Esempio n. 1
0
 @Test
 public void testGetType() {
   assertTrue(bs_w.getType() == ChessBoard.WHITE);
   assertTrue(p1.getType() == ChessBoard.WHITE);
   assertTrue(p1_b.getType() == ChessBoard.BLACK);
 }