Re: Possible Bug
"Charlie Poole" <[email protected]>
| Newsgroups | gmane.comp.windows.dotnet.nunit.user |
|---|---|
| Message-ID | <001001c8d3f7$66797d80$6401a8c0@ferrari> |
Hi Ben, Inheriting from a base class would not change the order of your tests, but moving them to a different namespace and/or nesting them in another class would. Can you post a snippet of code to show what you have done? Charlie > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf > Of Benjamin Morrison > Sent: Saturday, June 21, 2008 4:03 PM > To: [email protected] > Subject: [Nunit-users] Possible Bug > > I have created base classes for my unit tests. Everything > works fine but in the GUI the items aren't in alphabetical > order anymore. > > For example, before I used base classes the tests were > displayed in the > order: > > ConditionStatus_Negative, ConditionStatus_Positive, > ConditionStatus_Zero, LoadMaximumValue, LoadMinimumValue, LoadZero > > After placing the tests in base classes the tests are displayed in the > order: > > Load.MaximumValue, Load.MinimumValue, > ConditionStatus.Negative, ConditionStatus.Positive, > ConditionStatus.Zero, Load.Zero > > If the group considers this a bug, I can gather more detailed > information if needed and post a bug report so that this > issue can be resolved. > > Thanks, > > Ben > > > -------------------------------------------------------------- > ----------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for just about > anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Nunit-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/nunit-users > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php