public class OpenShiftSuiteLifecycleController extends Object
| Constructor and Description |
|---|
OpenShiftSuiteLifecycleController() |
| Modifier and Type | Method and Description |
|---|---|
void |
startAutoContainers(org.jboss.arquillian.test.spi.event.suite.BeforeSuite event,
Configuration conf) |
void |
stopAutoContainers(org.jboss.arquillian.test.spi.event.suite.AfterSuite event,
Configuration conf) |
public void startAutoContainers(@Observes(precedence=99)
org.jboss.arquillian.test.spi.event.suite.BeforeSuite event,
Configuration conf)
public void stopAutoContainers(@Observes(precedence=-99)
org.jboss.arquillian.test.spi.event.suite.AfterSuite event,
Configuration conf)
Copyright © 2018 JBoss by Red Hat. All rights reserved.