示例#1
0
 /** runs before every test and sets up the testing environment */
 public void setUp() {
   tester = new Experiment();
   tester.moveN(5);
 }