Ejemplo n.º 1
0
 public void ActOnUntypedMessageTest()
 {
     JabberWire target = new JabberWire(); // TODO: Initialize to an appropriate value
     Element message = null; // TODO: Initialize to an appropriate value
     target.ActOnUntypedMessage(message);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }