예제 #1
0
 public void TestDivisibleByThree()
 {
     Assert.IsTrue(game.DivisibleByThree(3));
     Assert.IsFalse(game.DivisibleByThree(1));
 }