public class EventTestRunnerAdaptor extends Object implements TestRunnerAdaptor
| Constructor and Description |
|---|
EventTestRunnerAdaptor(org.jboss.arquillian.core.spi.Manager manager) |
EventTestRunnerAdaptor(org.jboss.arquillian.core.spi.ManagerBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
void |
after(Object testInstance,
Method testMethod,
LifecycleMethodExecutor executor) |
void |
afterClass(Class<?> testClass,
LifecycleMethodExecutor executor) |
void |
afterSuite() |
void |
before(Object testInstance,
Method testMethod,
LifecycleMethodExecutor executor) |
void |
beforeClass(Class<?> testClass,
LifecycleMethodExecutor executor) |
void |
beforeSuite() |
void |
shutdown() |
TestResult |
test(TestMethodExecutor testMethodExecutor) |
public EventTestRunnerAdaptor(org.jboss.arquillian.core.spi.ManagerBuilder builder)
public EventTestRunnerAdaptor(org.jboss.arquillian.core.spi.Manager manager)
public void beforeSuite()
throws Exception
beforeSuite in interface TestRunnerAdaptorExceptionpublic void afterSuite()
throws Exception
afterSuite in interface TestRunnerAdaptorExceptionpublic void beforeClass(Class<?> testClass, LifecycleMethodExecutor executor) throws Exception
beforeClass in interface TestRunnerAdaptorExceptionpublic void afterClass(Class<?> testClass, LifecycleMethodExecutor executor) throws Exception
afterClass in interface TestRunnerAdaptorExceptionpublic void before(Object testInstance, Method testMethod, LifecycleMethodExecutor executor) throws Exception
before in interface TestRunnerAdaptorExceptionpublic void after(Object testInstance, Method testMethod, LifecycleMethodExecutor executor) throws Exception
after in interface TestRunnerAdaptorExceptionpublic TestResult test(TestMethodExecutor testMethodExecutor) throws Exception
test in interface TestRunnerAdaptorExceptionpublic void shutdown()
shutdown in interface TestRunnerAdaptorCopyright © 2014 JBoss by Red Hat. All Rights Reserved.