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 TestRunnerAdaptor
Exception
public void afterSuite() throws Exception
afterSuite
in interface TestRunnerAdaptor
Exception
public void beforeClass(Class<?> testClass, LifecycleMethodExecutor executor) throws Exception
beforeClass
in interface TestRunnerAdaptor
Exception
public void afterClass(Class<?> testClass, LifecycleMethodExecutor executor) throws Exception
afterClass
in interface TestRunnerAdaptor
Exception
public void before(Object testInstance, Method testMethod, LifecycleMethodExecutor executor) throws Exception
before
in interface TestRunnerAdaptor
Exception
public void after(Object testInstance, Method testMethod, LifecycleMethodExecutor executor) throws Exception
after
in interface TestRunnerAdaptor
Exception
public TestResult test(TestMethodExecutor testMethodExecutor) throws Exception
test
in interface TestRunnerAdaptor
Exception
public void shutdown()
shutdown
in interface TestRunnerAdaptor
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.