@Before public void setup() { // By default, blue moves first. testGame = factory.makeHantoTestGame(HantoGameID.DELTA_HANTO); game = testGame; }
@BeforeClass public static void initializeClass() { factory = HantoTestGameFactory.getInstance(); }