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