Пример #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
        //[Category("UnitTests")] --uncomment when failure category is removed
        //[Category("Trace")]
        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());
        }