public void actOnDirtyVideoReceivedTest()
 {
     JabberWire target = new JabberWire(); // TODO: Initialize to an appropriate value
     MeTLStanzas.DirtyVideo dirtyVideo = null; // TODO: Initialize to an appropriate value
     target.actOnDirtyVideoReceived(dirtyVideo);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }