コード例 #1
0
        public void WriteLineTest()
        {
            GEDITraceListener target  = new GEDITraceListener(); // TODO: Initialize to an appropriate value
            string            message = string.Empty;            // TODO: Initialize to an appropriate value

            target.WriteLine(message);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
コード例 #2
0
        public void TraceEventTest1()
        {
            GEDITraceListener target     = new GEDITraceListener(); // TODO: Initialize to an appropriate value
            TraceEventCache   eventCache = null;                    // TODO: Initialize to an appropriate value
            string            source     = string.Empty;            // TODO: Initialize to an appropriate value
            TraceEventType    eventType  = new TraceEventType();    // TODO: Initialize to an appropriate value
            int    id      = 0;                                     // TODO: Initialize to an appropriate value
            string message = string.Empty;                          // TODO: Initialize to an appropriate value

            target.TraceEvent(eventCache, source, eventType, id, message);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
コード例 #3
0
        public void GEDITraceListenerConstructorTest()
        {
            GEDITraceListener target = new GEDITraceListener();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }