示例#1
0
 @Before
 /** set up an empty board */
 public void setUp() {
   hexboard = new smallHexboard();
   hexboard.setupBoard(new ArrayList<>());
 }