Пример #1
0
 public void SendDirtyLiveWindowTest()
 {
     JabberWire target = new JabberWire(); // TODO: Initialize to an appropriate value
     TargettedDirtyElement dirty = null; // TODO: Initialize to an appropriate value
     target.SendDirtyLiveWindow(dirty);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }