Exemplo n.º 1
0
 public static void MyClassCleanup()
 {
     UnitTestTraceListener.Reset();
     TestHelper.EnsureL2SSupport(false);
 }
Exemplo n.º 2
0
 public static void MyClassInitialize(TestContext testContext)
 {
     UnitTestTraceListener.Initialize(testContext, true);
     TestHelper.EnsureL2SSupport(true);
 }