public class EventPublishingTestExecutionListener
extends org.springframework.test.context.support.AbstractTestExecutionListener
| Constructor and Description |
|---|
EventPublishingTestExecutionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTestExecution(org.springframework.test.context.TestContext testContext) |
void |
afterTestMethod(org.springframework.test.context.TestContext testContext) |
void |
beforeTestExecution(org.springframework.test.context.TestContext testContext) |
void |
beforeTestMethod(org.springframework.test.context.TestContext testContext) |
public EventPublishingTestExecutionListener()
public void beforeTestMethod(org.springframework.test.context.TestContext testContext)
beforeTestMethod in interface org.springframework.test.context.TestExecutionListenerbeforeTestMethod in class org.springframework.test.context.support.AbstractTestExecutionListenerpublic void afterTestMethod(org.springframework.test.context.TestContext testContext)
afterTestMethod in interface org.springframework.test.context.TestExecutionListenerafterTestMethod in class org.springframework.test.context.support.AbstractTestExecutionListenerpublic void beforeTestExecution(org.springframework.test.context.TestContext testContext)
beforeTestExecution in interface org.springframework.test.context.TestExecutionListenerbeforeTestExecution in class org.springframework.test.context.support.AbstractTestExecutionListenerpublic void afterTestExecution(org.springframework.test.context.TestContext testContext)
afterTestExecution in interface org.springframework.test.context.TestExecutionListenerafterTestExecution in class org.springframework.test.context.support.AbstractTestExecutionListener