83848586878889
container.fire(new StartManagedContainers()); } public void execute(@Observes AfterSuite event) { container.fire(new StopManagedContainers()); }
515253545556575859
public void restart(@Observes BeforeClass event) throws Exception { if(shouldRestart()) { controlEvent.fire(new StopManagedContainers()); controlEvent.fire(new StartManagedContainers()); } }