|
Arquillian Test SPI 1.0.0.CR7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestRunnerAdaptor

TestRunnerAdaptor Need to be Thread-safe
| Method Summary | |
|---|---|
void |
after(Object testInstance,
Method testMethod,
LifecycleMethodExecutor executor)
Deactivate the TestInstance. |
void |
afterClass(Class<?> testClass,
LifecycleMethodExecutor executor)
Deactivate the TestClass. |
void |
afterSuite()
Deactivate the TestSuite. |
void |
before(Object testInstance,
Method testMethod,
LifecycleMethodExecutor executor)
Activate a new TestInstance. |
void |
beforeClass(Class<?> testClass,
LifecycleMethodExecutor executor)
Activate a new TestClass. |
void |
beforeSuite()
Activate a new TestSuite. |
void |
shutdown()
Shutdown Arquillian cleanly. |
TestResult |
test(TestMethodExecutor testMethodExecutor)
Activate a TestMethod execution. |
| Method Detail |
|---|
void beforeSuite()
throws Exception
Exception
void afterSuite()
throws Exception
Exception
void beforeClass(Class<?> testClass,
LifecycleMethodExecutor executor)
throws Exception
testClass - executor -
Exception
void afterClass(Class<?> testClass,
LifecycleMethodExecutor executor)
throws Exception
testClass - executor -
Exception
void before(Object testInstance,
Method testMethod,
LifecycleMethodExecutor executor)
throws Exception
testInstance - testMethod - executor -
Exception
void after(Object testInstance,
Method testMethod,
LifecycleMethodExecutor executor)
throws Exception
testInstance - testMethod - executor -
Exception
TestResult test(TestMethodExecutor testMethodExecutor)
throws Exception
testMethodExecutor -
Exceptionvoid shutdown()
|
Arquillian Test SPI 1.0.0.CR7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||