Hi. Some of our unit test methods need the same setup code, yet there are reasons not to move them to another test type. Today, in our mstest unit tests we care to name these test with certain prefix or suffix and then test the current test name in the TestInitialize method. Is it possible to achieve the same semantics in MbUnit?
To put it in other words, is there such a thing as the current test context and if so, is it available to the unit test writer? Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
