예제 #1
0
 public void TestTearDown()
 {
     calculator = null;
 }
예제 #2
0
 public static void TestInit(TestContext context)
 {
     calculator = new CSharpCalculator.Calculator();
 }
예제 #3
0
 public void TestSetup()
 {
     calculator = new CSharpCalculator.Calculator();
 }