|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestExecution | |
|---|---|
| com.mycila.testing.core.plugin | |
| com.mycila.testing.plugin.annotation | |
| Uses of TestExecution in com.mycila.testing.core.plugin |
|---|
| Methods in com.mycila.testing.core.plugin with parameters of type TestExecution | |
|---|---|
void |
TestPlugin.afterTest(TestExecution testExecution)
This method will be called on each plugin in order of dependency after each test method has finished, even if the method failed. |
void |
DefaultTestPlugin.afterTest(TestExecution testExecution)
|
void |
TestPlugin.beforeTest(TestExecution testExecution)
This method will be called on each plugin in order of dependency to execute code required before a test method can run. |
void |
DefaultTestPlugin.beforeTest(TestExecution testExecution)
|
| Uses of TestExecution in com.mycila.testing.plugin.annotation |
|---|
| Methods in com.mycila.testing.plugin.annotation with parameters of type TestExecution | |
|---|---|
void |
AnnotationTestPlugin.afterTest(TestExecution testExecution)
|
void |
AnnotationTestPlugin.beforeTest(TestExecution testExecution)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||