@Test
 public void testHashCode() {
   int hash = board.hashCode();
   assertEquals(hash, board.hashCode()); // test consistency
 }