what is the equivalent test attribute for TestFixtureSetUp of Nunit in MSTest

kumar picture kumar · Mar 25, 2011 · Viewed 11.5k times · Source

In NUnit we use TestFixtureSetUp what is the equivalent test in MSTest?

Thanks

Answer

Robert picture Robert · Mar 25, 2011

here you can find good table which shows NUnit and MSTest attributes side by side:

http://blogs.msdn.com/b/nnaderi/archive/2007/02/01/mstest-vs-nunit-frameworks.aspx

for your answer it's ClassInitialize attribute