Package | Description |
---|---|
org.jboss.arquillian.test.spi | |
org.jboss.arquillian.test.spi.event.suite |
Modifier and Type | Field and Description |
---|---|
static LifecycleMethodExecutor |
LifecycleMethodExecutor.NO_OP |
Modifier and Type | Method and Description |
---|---|
void |
TestRunnerAdaptor.after(Object testInstance,
Method testMethod,
LifecycleMethodExecutor executor)
Deactivate the TestInstance.
|
void |
TestRunnerAdaptor.afterClass(Class<?> testClass,
LifecycleMethodExecutor executor)
Deactivate the TestClass.
|
void |
TestRunnerAdaptor.before(Object testInstance,
Method testMethod,
LifecycleMethodExecutor executor)
Activate a new TestInstance.
|
void |
TestRunnerAdaptor.beforeClass(Class<?> testClass,
LifecycleMethodExecutor executor)
Activate a new TestClass.
|
Modifier and Type | Method and Description |
---|---|
LifecycleMethodExecutor |
TestLifecycleEvent.getExecutor() |
LifecycleMethodExecutor |
ClassLifecycleEvent.getExecutor() |
LifecycleMethodExecutor |
LifecycleEvent.getExecutor()
Get the call back handler for this lifecycle method.
|
Constructor and Description |
---|
After(Object testInstance,
Method testMethod,
LifecycleMethodExecutor executor) |
AfterClass(Class<?> testClass,
LifecycleMethodExecutor executor) |
AfterTestLifecycleEvent(Object testInstance,
Method testMethod,
LifecycleMethodExecutor executor) |
Before(Object testInstance,
Method testMethod,
LifecycleMethodExecutor executor) |
BeforeClass(Class<?> testClass,
LifecycleMethodExecutor executor) |
BeforeTestLifecycleEvent(Object testInstance,
Method testMethod,
LifecycleMethodExecutor executor) |
ClassLifecycleEvent(Class<?> testClass,
LifecycleMethodExecutor executor)
Create a new ClassLifecycleEvent for a specific Class.
|
ClassLifecycleEvent(TestClass testClass,
LifecycleMethodExecutor executor)
Create a new ClassLifecycleEvent for a specific Class.
|
TestLifecycleEvent(Object testInstance,
Method testMethod,
LifecycleMethodExecutor executor)
Create a new TestLifecycleEvent for a specific testInstance executing a specific testMethod.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.