Exemple #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());
 }
Exemple #2
0
 public static void ExecTraceClassVerifyCleanThread()
 {
     MinimalTracedClass mtc = new MinimalTracedClass();
     Assert.IsTrue(!mtc.WasCreatedWithTrace());
 }
Exemple #3
0
 public static void ExecTraceClassWithoutSupport()
 {
     MinimalTracedClass mtc = new MinimalTracedClass();
     Assert.IsTrue(!mtc.WasCreatedWithTrace());
 }