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