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