← Back to team overview

nunit-core team mailing list archive

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

 

Public bug reported:

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.

** Affects: nunit-3.0
     Importance: Undecided
         Status: New


** Tags: appdomain

** Tags added: appdomain

-- 
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:
  New

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


Follow ups

References