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