示例#1
0
        public void WaitTest()
        {
            Connection_Accessor target = new Connection_Accessor(); // TODO: Initialize to an appropriate value

            target.Wait();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
示例#2
0
        public void WriteCommandTest()
        {
            Connection_Accessor target = new Connection_Accessor(); // TODO: Initialize to an appropriate value
            string command             = string.Empty;              // TODO: Initialize to an appropriate value

            target.WriteCommand(command);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
示例#3
0
        public void commandTimeoutCallbackTest()
        {
            Connection_Accessor target = new Connection_Accessor(); // TODO: Initialize to an appropriate value
            object state = null;                                    // TODO: Initialize to an appropriate value

            target.commandTimeoutCallback(state);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
示例#4
0
        public void ProcessBufferTest()
        {
            Connection_Accessor target = new Connection_Accessor(); // TODO: Initialize to an appropriate value
            string buffer = string.Empty;                           // TODO: Initialize to an appropriate value

            target.ProcessBuffer(buffer);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
示例#5
0
        public void ThreadStartMethodTest()
        {
            Connection_Accessor target = new Connection_Accessor(); // TODO: Initialize to an appropriate value
            object command             = null;                      // TODO: Initialize to an appropriate value

            target.ThreadStartMethod(command);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
示例#6
0
        public void serialPort_DataReceivedTest()
        {
            Connection_Accessor target = new Connection_Accessor(); // TODO: Initialize to an appropriate value
            object sender = null;                                   // TODO: Initialize to an appropriate value
            SerialDataReceivedEventArgs e = null;                   // TODO: Initialize to an appropriate value

            target.serialPort_DataReceived(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }