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()); }
//[Category("UnitTests")] --uncomment when failure category is removed //[Category("Trace")] public static void ExecTraceClassVerifyCleanThread() { MinimalTracedClass mtc = new MinimalTracedClass(); Assert.IsTrue(!mtc.WasCreatedWithTrace()); }
public static void ExecTraceClassWithoutSupport() { MinimalTracedClass mtc = new MinimalTracedClass(); Assert.IsTrue(!mtc.WasCreatedWithTrace()); }