protected class IOModule.IOTestListener extends TestListener
| Modifier and Type | Field and Description |
|---|---|
protected FileContentAnnotationHandler |
fileContentAnnotationHandler |
protected TempDirAnnotationHandler |
tempDirAnnotationHandler |
protected TempFileAnnotationHandler |
tempFileAnnotationHandler |
| Constructor and Description |
|---|
IOModule.IOTestListener(FileContentAnnotationHandler fileContentAnnotationHandler,
TempFileAnnotationHandler tempFileAnnotationHandler,
TempDirAnnotationHandler tempDirAnnotationHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTestMethod(Object testObject,
Method testMethod,
Throwable testThrowable) |
void |
beforeTestSetUp(Object testObject,
Method testMethod) |
afterCreateTestObject, afterTestTearDown, beforeTestClass, beforeTestMethod, shouldInvokeTestMethodprotected FileContentAnnotationHandler fileContentAnnotationHandler
protected TempFileAnnotationHandler tempFileAnnotationHandler
protected TempDirAnnotationHandler tempDirAnnotationHandler
public IOModule.IOTestListener(FileContentAnnotationHandler fileContentAnnotationHandler, TempFileAnnotationHandler tempFileAnnotationHandler, TempDirAnnotationHandler tempDirAnnotationHandler)
public 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.