コード例 #1
0
ファイル: StudentTests.java プロジェクト: paulah/code-samples
 @Test
 public void testMoreWhitePieces() {
   Othello o = new Othello();
   o.setEntry(Piece.WHITE, 0, 0);
   assertTrue(o.moreWhitePieces());
 }