示例#1
0
 @Test
 public void testEqualPieces() {
   Othello o = new Othello();
   assertTrue(o.equalPieces());
 }