public void SendStrokeTest() { JabberWire target = new JabberWire(); // TODO: Initialize to an appropriate value TargettedStroke stroke = null; // TODO: Initialize to an appropriate value target.SendStroke(stroke); Assert.Inconclusive("A method that does not return a value cannot be verified."); }