VS.Net Unit Testing -- possible to have project-scoped test setup?
- by steve.macdonald
Within a test file (MyTest.cs) it is possible to do setup and teardown at the class and the individual test level. Do similar hooks exist for the entire project? Entire solution?