public void SneakOutOfTest() { JabberWire target = new JabberWire(); // TODO: Initialize to an appropriate value string room = string.Empty; // TODO: Initialize to an appropriate value target.SneakOutOf(room); Assert.Inconclusive("A method that does not return a value cannot be verified."); }