コード例 #1
0
 public void actOnDirtyTextReceivedTest()
 {
     JabberWire target = new JabberWire(); // TODO: Initialize to an appropriate value
     MeTLStanzas.DirtyText dirtyText = null; // TODO: Initialize to an appropriate value
     target.actOnDirtyTextReceived(dirtyText);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }