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