I head up a Scrum team which includes (- BROKEN LINK -)'The Art of Unit Testing' guidelines[/url] as part of our definition of done.
Part of this defines that a unit test should be isolated, it should be able to run by itself and not be affected by other unit tests.
We rely on nCrunch heavily to ensure our tests are passing and would also like to use it to ensure all our unit tests are isolated.
There is an
isolated attribute that exists within nCrunch, however this would require us to add it to each test in our solution.
Is there a way to can force all our unit tests to run in isolation, at the solution/project/nCrunch level rather that needing to add this attribute to all our tests?
Thanks
Peter