Hi, I've got a problem that tests in different classes within the same assembly execute successfully when testing the class standalone but not when testing the assembly as a whole.
The error I get is related to Threading, and I believe it's because when MbUnit tests the assembly it tests all classes using the same base thread. Is there any way to tell MbUnit to completely separate the Threads per class (create a new app domain?) when testing at the assembly level? Thanks in advance, Terry Robinson. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
