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