コード例 #1
0
 public void ReceiveCommandTest()
 {
     JabberWire target = new JabberWire(); // TODO: Initialize to an appropriate value
     string message = string.Empty; // TODO: Initialize to an appropriate value
     target.ReceiveCommand(message);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }