示例#1
0
 @Test
 public void testCount() {
   Othello o = new Othello();
   o.restart(Piece.BLACK);
   assertEquals(2, o.count(Piece.WHITE));
 }