protected class MockModule.MockTestListener extends TestListener
| Modifier | Constructor and Description |
|---|---|
protected |
MockModule.MockTestListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTestMethod(Object testObject,
Method testMethod,
Throwable testThrowable) |
void |
beforeTestSetUp(Object testObject,
Method testMethod) |
afterCreateTestObject, afterTestTearDown, beforeTestClass, beforeTestMethod, shouldInvokeTestMethodpublic void beforeTestSetUp(Object testObject, Method testMethod)
beforeTestSetUp in class TestListenerpublic void afterTestMethod(Object testObject, Method testMethod, Throwable testThrowable)
afterTestMethod in class TestListenerCopyright © 2016. All Rights Reserved.