I know that you can run the entire assembly in a separate process or appdomain using the /runner parameter, but is is possible (or relatively easy) to specify that just a particular test or a test fixture be run in a separate appdomain?
I have some tests that seem to generate a lot of memory allocation (apparently from 3rd-party libraries), to the extent that sometimes the tests don't complete because they run out of memory. If I could load each fixture into a separate appdomain, then I suspect the memory issues would be reduced. -dave -- 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.
