예제 #1
0
 public void actOnDirtyAutoshapeReceivedTest()
 {
     JabberWire target = new JabberWire(); // TODO: Initialize to an appropriate value
     MeTLStanzas.DirtyAutoshape dirtyAutoShape = null; // TODO: Initialize to an appropriate value
     target.actOnDirtyAutoshapeReceived(dirtyAutoShape);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }