Example #1
0
        public void SendHeartBeatTest()
        {
            ServerPump_Accessor target = new ServerPump_Accessor(); // TODO: Initialize to an appropriate value

            target.SendHeartBeat();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Example #2
0
 public void SendHeartBeatTest()
 {
     ServerPump_Accessor target = new ServerPump_Accessor(); // TODO: Initialize to an appropriate value
     target.SendHeartBeat();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }