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