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