示例#1
0
 /** Sets up the test harness by creating a panel and other necessary Chess objects. */
 public void setUp() {
   panel = new ChessPanel();
   gameEngine = panel.getGameEngine();
   board = panel.getGameBoard();
 }