コード例 #1
0
ファイル: MinimalTraceTests.cs プロジェクト: RobertiF/Dynamo
 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
ファイル: MinimalTraceTests.cs プロジェクト: RobertiF/Dynamo
 public static void ExecTraceClassVerifyCleanThread()
 {
     MinimalTracedClass mtc = new MinimalTracedClass();
     Assert.IsTrue(!mtc.WasCreatedWithTrace());
 }
コード例 #3
0
ファイル: MinimalTraceTests.cs プロジェクト: RobertiF/Dynamo
 public static void ExecTraceClassWithoutSupport()
 {
     MinimalTracedClass mtc = new MinimalTracedClass();
     Assert.IsTrue(!mtc.WasCreatedWithTrace());
 }