示例#1
0
        public void LogTest1()
        {
            LogLevel level   = new LogLevel(); // TODO: Initialize to an appropriate value
            string   message = string.Empty;   // TODO: Initialize to an appropriate value

            GEDITraceListener_Accessor.Log(level, message);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
示例#2
0
        public void LogTest()
        {
            TraceEventType eventType = new TraceEventType(); // TODO: Initialize to an appropriate value
            StringBuilder  builder   = null;                 // TODO: Initialize to an appropriate value

            GEDITraceListener_Accessor.Log(eventType, builder);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }