Re: Running fixtures in separate app domains or processes
"Charlie Poole" <[email protected]>
| Newsgroups | gmane.comp.windows.dotnet.nunit.user |
|---|---|
| Message-ID | <000701c821d1$64325200$6801a8c0@FERRARI> |
Hi Brian, There is currently no way to do that although it's part of our future plans.Because process or appdomain creation is fairly expensive, we would not do it as a default, but only upon recognition of a specific attribute. Charlie _____ From: [email protected] [mailto:[email protected]] On Behalf Of Brian Genisio Sent: Wednesday, November 07, 2007 8:17 AM To: [email protected] Subject: [Nunit-users] Running fixtures in separate app domains or processes Hello, I was wondering if there is any way to run individual test fixtures in their own app domains or process? We have several test fixtures in our testing DLL. Each test fixture loads up an instance of our application and runs tests. It would be wonderful if each time a test fixture loaded, it would be like starting up and shutting down the application. I know that the individual assemblies are running in their own app domain by default, but what about the fixtures? Any thoughts? Brian ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Nunit-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nunit-users