Example #1
0
 @Test
 public void testHasNotBomb() {
   assertFalse(f1.hasBomb(0, 1));
 }
Example #2
0
 @Test
 public void testHasBomb() {
   assertTrue(f1.hasBomb(0, 0));
 }