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