VS.Net Unit Testing -- possible to have project-scoped test setup?

Posted by steve.macdonald on Stack Overflow See other posts from Stack Overflow or by steve.macdonald
Published on 2010-04-26T17:37:06Z Indexed on 2010/04/26 17:43 UTC
Read the original article Hit count: 187

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?

© Stack Overflow or respective owner

Related posts about vs.net

Related posts about unit-testing