← Back to team overview

nunit-core team mailing list archive

[Bug 994856] Re: Feature Request: Allow executing a specific Test in its own AppDomain

 

** Changed in: nunit-3.0
   Importance: Undecided => Wishlist

** Tags added: feature

** Changed in: nunit-3.0
       Status: New => Triaged

-- 
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
https://bugs.launchpad.net/bugs/994856

Title:
  Feature Request: Allow executing a specific Test in its own AppDomain

Status in NUnit Test Framework:
  Triaged

Bug description:
  I have a test suite that contains tests that check whether a specific
  assembly is loaded/unloaded.

  After some tests have executed, the assemblies that i am checking for
  may be already into the process, making the tests fail.

  I would like to have the option (either by an Attribute or some other
  facility) to mark certain tests/fixtures to be loaded into their own
  appdomain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-3.0/+bug/994856/+subscriptions


References