示例#1
0
 @Test
 public void swapsTheMarkForPlayer() {
   assertEquals(OPPONENT, PLAYER.swapMark());
 }