You're seeing SetUp.TestIt.TearDown because the test is being run by MbUnit v2. If you intended to use MbUnit v3 instead then be sure that you do not reference the MbUnit.Framework assembly, use MbUnit instead.
Ok, so I've played around with this a bit more and cannot reproduce the issue related to the orphaned tests. Usually an orphaned test occurs due to some exception in the test framework. So there should be some other output in the log regarding that exception. I seem to recall that an earlier version of the MbUnit v2 framework adapter contained some bugs related to proper completion of assembly teardown. If you haven't already and you really do intend to use MbUnit v2 rather than v3 as mentioned above, you might try a recent nightly build from http://ccnet.gallio.org/Distributables/. Jeff. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of suedeuno Sent: Friday, March 20, 2009 9:22 AM To: MbUnit.User Subject: MbUnit Running test shows the following: Setup.TestIt.Teardown ?? I have a test, we'll call 'TestIt' and when I run it my UI shows the following: Tests running: Setup.TestIt.Teardown TestIt I don't see the Setup. .Teardown in any of my other test classes and it is failing in the CI test runner as orphaned test. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
