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