示例#1
0
 @Test
 public void testMoreBlackPieces() {
   Othello o = new Othello();
   o.restart(Piece.BLACK);
   o.move(2, 3);
   assertTrue(o.moreBlackPieces());
 }