NUnit SetUp and TearDown
- by Lijo
I have some experience in MS Test but new to NUnit.
Whether NUnit [Setup] is corresponding to [ClassInitialize] or [TestInitialize] in MS Test?
What is the NUnit attribute corresponding to [TestInitialize]?
REFERENCE:
http://stackoverflow.com/questions/1873191/testinitialize-gets-fired-for-every-test-in-my-visual-studio-unit-tests
http://stackoverflow.com/questions/4602288/nunit-testcontext-currentcontext-test-not-working