Esempio n. 1
0
 public void TestForValidInputRange(string value)
 {
     Assert.IsFalse(board.CheckInput(value), "I must be between 1 and 9.");
 }