Пример #1
0
 public void handleGoToConversationTest()
 {
     JabberWire target = new JabberWire(); // TODO: Initialize to an appropriate value
     string[] parts = null; // TODO: Initialize to an appropriate value
     target.handleGoToConversation(parts);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }