Beispiel #1
0
 public void TestDivisibleByFive()
 {
     Assert.IsTrue(game.DivisibleByFive(5));
     Assert.IsFalse(game.DivisibleByFive(1));
 }