예제 #1
0
 @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);
 }
예제 #3
0
 @BeforeClass
 public static void initializeClass() {
   factory = HantoTestGameFactory.getInstance();
 }