Ejemplo n.º 1
0
 public static void ExecTraceClassWithoutSupport2()
 {
     //Run the same test twice to ensure that the Fx is separating them correctly
     MinimalTracedClass mtc = new MinimalTracedClass();
     Assert.IsTrue(!mtc.WasCreatedWithTrace());
 }
Ejemplo n.º 2
0
 public static void ExecTraceClassVerifyCleanThread()
 {
     MinimalTracedClass mtc = new MinimalTracedClass();
     Assert.IsTrue(!mtc.WasCreatedWithTrace());
 }
Ejemplo n.º 3
0
 public static void ExecTraceClassWithoutSupport()
 {
     MinimalTracedClass mtc = new MinimalTracedClass();
     Assert.IsTrue(!mtc.WasCreatedWithTrace());
 }