When converting some tests I needed to convert TestFixtureSetup and TestFixtureTeardown. Simply replacing TestFixtureSetup/Teardown with ClassInitialize/Cleanup left me with an error when executing tests. VS2005 complained that the signature of the method
Read More...