|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestContext | |
|---|---|
| com.mycila.testing.core | |
| com.mycila.testing.core.api | |
| com.mycila.testing.core.plugin | |
| Uses of TestContext in com.mycila.testing.core |
|---|
| Methods in com.mycila.testing.core that return TestContext | |
|---|---|
static TestContext |
Mycila.context(Object testInstance)
|
| Uses of TestContext in com.mycila.testing.core.api |
|---|
| Methods in com.mycila.testing.core.api that return TestContext | |
|---|---|
TestContext |
Execution.context()
|
| Uses of TestContext in com.mycila.testing.core.plugin |
|---|
| Methods in com.mycila.testing.core.plugin with parameters of type TestContext | |
|---|---|
void |
TestPlugin.afterClass(TestContext context)
This method will be called on each plugin in order of dependency after all test method of a test instance have finished. |
void |
DefaultTestPlugin.afterClass(TestContext context)
|
void |
TestPlugin.prepareTestInstance(TestContext context)
This method will be called on each plugin in order of dependency to prepare the test instance before all tests begin to be executed. |
void |
DefaultTestPlugin.prepareTestInstance(TestContext context)
|
void |
TestPlugin.shutdown(TestContext context)
This method will be called at JVM shutdown if the plugin needs to close some resources cleanly. |
void |
DefaultTestPlugin.shutdown(TestContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||