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