Example #1
0
        public void SystemTracerLogMyExceptionsTest()
        {
            var message = string.Empty; // TODO: Initialize to an appropriate value

            ACADLogging_Accessor.SystemTracerLogMyExceptions(message);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Example #2
0
        public void SystemTracerLogMyExceptionsTest2()
        {
            var message = string.Format("Test my values{0}", "ARG0"); // TODO: Initialize to an appropriate value

            ACADLogging_Accessor.SystemTracerLogMyExceptions(message);
            Assert.IsTrue(true);
            //Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }