// test the removePowerups method
 void removePowerups(Tester t) {
   ctf.removePups(0);
   t.checkExpect(ctf.field.pUps, new ArrayList<Powerup>());
 }