Per-method 的Setup、Teardown 和 Per-class Setup 、TearDown1.OneTimeSetUp() :Per-class Setup用[TestFixtureSetup]修改方法名,在所有test之前一次执行2. MySetUp(): [SetUp] setup runs before each test method.3. Test method... Read More
http://msdn.microsoft.com/en-us/magazine/cc300778.aspxThis article discusses:Tools for unit testingTools for code and documentation management and generationTools for modifying the development environ... Read More