Ejemplo n.º 1
0
 public static void MyClassCleanup()
 {
     _TestCaseSimulator = null;
 }
Ejemplo n.º 2
0
 public static void MyClassInitialize(TestContext testContext)
 {
     _TestCaseSimulator = new TestCaseSimulator();
 }