Exemplo n.º 1
0
 @Before
 public void setUp() {
   utils = new ReactorUtils();
   presenter = new PlantController(utils);
   presenter.newGame("Bob");
   plant = presenter.getPlant();
 }