Can nunit be configured to drop the app domain per fixture (or per test)
- by Ralph Shillington
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?