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