MbUnit always runs tests in sequence but the order is not defined. Is it possible that some of your tests have side-effects that prevent the other tests from running correctly or that cause the component under test to misbehave?
Jeff. -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of dagda1 Sent: Thursday, October 25, 2007 1:00 AM To: MbUnit.User Subject: MbUnit Tests run individually but fail when run from the class level Hi all, I am new to MBunit and have the following problem: I am using Test Driven Dot net to run my tests and when I run each test individually at the single test method level, all tests pass. But when I run them as a whole at the test level, some of the tests fail. All I can think of is they are all being run asynchronously or something like that. Is there an attribute or something I can place on the class to say I want them run one after the other? Cheers Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/MbUnitUser?hl=en -~----------~----~----~----~------~----~------~--~---
