Package org.jboss.arquillian.test.impl
Class EventTestRunnerAdaptor
java.lang.Object
org.jboss.arquillian.test.impl.EventTestRunnerAdaptor
- All Implemented Interfaces:
TestRunnerAdaptor
EventTestRunnerAdaptor
- Author:
- Aslak Knutsen
-
Constructor Summary
ConstructorsConstructorDescriptionEventTestRunnerAdaptor(org.jboss.arquillian.core.spi.Manager manager) EventTestRunnerAdaptor(org.jboss.arquillian.core.spi.ManagerBuilder builder) -
Method Summary
Modifier and TypeMethodDescriptionvoidafter(Object testInstance, Method testMethod, LifecycleMethodExecutor executor) voidafterClass(Class<?> testClass, LifecycleMethodExecutor executor) voidvoidbefore(Object testInstance, Method testMethod, LifecycleMethodExecutor executor) voidbeforeClass(Class<?> testClass, LifecycleMethodExecutor executor) void<T extends TestLifecycleEvent>
voidfireCustomLifecycle(T event) voidshutdown()test(TestMethodExecutor testMethodExecutor)
-
Constructor Details
-
EventTestRunnerAdaptor
public EventTestRunnerAdaptor(org.jboss.arquillian.core.spi.ManagerBuilder builder) -
EventTestRunnerAdaptor
public EventTestRunnerAdaptor(org.jboss.arquillian.core.spi.Manager manager)
-
-
Method Details
-
beforeSuite
- Specified by:
beforeSuitein interfaceTestRunnerAdaptor- Throws:
Exception
-
afterSuite
- Specified by:
afterSuitein interfaceTestRunnerAdaptor- Throws:
Exception
-
beforeClass
- Specified by:
beforeClassin interfaceTestRunnerAdaptor- Throws:
Exception
-
afterClass
- Specified by:
afterClassin interfaceTestRunnerAdaptor- Throws:
Exception
-
before
public void before(Object testInstance, Method testMethod, LifecycleMethodExecutor executor) throws Exception - Specified by:
beforein interfaceTestRunnerAdaptor- Throws:
Exception
-
after
public void after(Object testInstance, Method testMethod, LifecycleMethodExecutor executor) throws Exception - Specified by:
afterin interfaceTestRunnerAdaptor- Throws:
Exception
-
test
- Specified by:
testin interfaceTestRunnerAdaptor- Throws:
Exception
-
fireCustomLifecycle
- Specified by:
fireCustomLifecyclein interfaceTestRunnerAdaptor- Throws:
Exception
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceTestRunnerAdaptor
-