Can nunit be configured to drop the app domain per fixture (or per test)

Posted by Ralph Shillington on Stack Overflow See other posts from Stack Overflow or by Ralph Shillington
Published on 2010-02-25T15:47:45Z Indexed on 2010/03/15 21:09 UTC
Read the original article Hit count: 229

Filed under:
|

In testing singleton classes we need the single instance to "go away" after each test. Is there a way to configure nunit to recreate the test app domain after each test, or at least after each fixture?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about nunit