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