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