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