/** @throws java.lang.Exception */
 @Before
 public void setUp() throws Exception {
   testGame = HantoTestGameFactory.getInstance().makeHantoTestGame(HantoGameID.EPSILON_HANTO);
 }
Ejemplo n.º 2
0
 @BeforeClass
 public static void initializeClass() {
   factory = HantoTestGameFactory.getInstance();
 }