Пример #1
0
 public void CommandBoardToMoveToTest()
 {
     JabberWire target = new JabberWire(); // TODO: Initialize to an appropriate value
     string board = string.Empty; // TODO: Initialize to an appropriate value
     string slide = string.Empty; // TODO: Initialize to an appropriate value
     target.CommandBoardToMoveTo(board, slide);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }