public class SpringUnitilsAdaptorTestExecutionListener extends Object implements org.springframework.test.context.TestExecutionListener
| Constructor and Description |
|---|
SpringUnitilsAdaptorTestExecutionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTestClass(org.springframework.test.context.TestContext arg0) |
void |
afterTestMethod(org.springframework.test.context.TestContext testContext) |
void |
afterTestTearDown(org.springframework.test.context.TestContext testContext) |
void |
beforeTestClass(org.springframework.test.context.TestContext arg0) |
void |
beforeTestMethod(org.springframework.test.context.TestContext testContext) |
void |
beforeTestSetUp(org.springframework.test.context.TestContext testContext) |
protected TestListener |
getTestListener() |
protected Unitils |
getUnitils()
Returns the default singleton instance of Unitils
|
void |
prepareTestInstance(org.springframework.test.context.TestContext testContext) |
public SpringUnitilsAdaptorTestExecutionListener()
public void prepareTestInstance(org.springframework.test.context.TestContext testContext)
throws Exception
prepareTestInstance in interface org.springframework.test.context.TestExecutionListenerExceptionpublic void beforeTestSetUp(org.springframework.test.context.TestContext testContext)
throws Exception
Exceptionpublic void beforeTestMethod(org.springframework.test.context.TestContext testContext)
throws Exception
beforeTestMethod in interface org.springframework.test.context.TestExecutionListenerExceptionpublic void afterTestMethod(org.springframework.test.context.TestContext testContext)
throws Exception
afterTestMethod in interface org.springframework.test.context.TestExecutionListenerExceptionpublic void afterTestTearDown(org.springframework.test.context.TestContext testContext)
throws Exception
Exceptionprotected TestListener getTestListener()
protected Unitils getUnitils()
public void afterTestClass(org.springframework.test.context.TestContext arg0)
throws Exception
afterTestClass in interface org.springframework.test.context.TestExecutionListenerExceptionCopyright © 2016. All Rights Reserved.