public class ReactorContextTestExecutionListener
extends org.springframework.test.context.support.AbstractTestExecutionListener
WithSecurityContextTestExecutionListener,
SecurityTestExecutionListeners| Constructor and Description |
|---|
ReactorContextTestExecutionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTestClass(org.springframework.test.context.TestContext testContext) |
void |
afterTestExecution(org.springframework.test.context.TestContext testContext) |
void |
afterTestMethod(org.springframework.test.context.TestContext testContext) |
void |
beforeTestClass(org.springframework.test.context.TestContext testContext) |
void |
beforeTestExecution(org.springframework.test.context.TestContext testContext) |
void |
beforeTestMethod(org.springframework.test.context.TestContext testContext) |
int |
getOrder()
Returns
11000. |
void |
prepareTestInstance(org.springframework.test.context.TestContext testContext) |
public int getOrder()
11000.getOrder in interface org.springframework.core.OrderedgetOrder in class org.springframework.test.context.support.AbstractTestExecutionListenerpublic void beforeTestClass(org.springframework.test.context.TestContext testContext)
throws java.lang.Exception
beforeTestClass in interface org.springframework.test.context.TestExecutionListenerbeforeTestClass in class org.springframework.test.context.support.AbstractTestExecutionListenerjava.lang.Exceptionpublic void prepareTestInstance(org.springframework.test.context.TestContext testContext)
throws java.lang.Exception
prepareTestInstance in interface org.springframework.test.context.TestExecutionListenerprepareTestInstance in class org.springframework.test.context.support.AbstractTestExecutionListenerjava.lang.Exceptionpublic void beforeTestMethod(org.springframework.test.context.TestContext testContext)
throws java.lang.Exception
beforeTestMethod in interface org.springframework.test.context.TestExecutionListenerbeforeTestMethod in class org.springframework.test.context.support.AbstractTestExecutionListenerjava.lang.Exceptionpublic void beforeTestExecution(org.springframework.test.context.TestContext testContext)
throws java.lang.Exception
beforeTestExecution in interface org.springframework.test.context.TestExecutionListenerbeforeTestExecution in class org.springframework.test.context.support.AbstractTestExecutionListenerjava.lang.Exceptionpublic void afterTestExecution(org.springframework.test.context.TestContext testContext)
throws java.lang.Exception
afterTestExecution in interface org.springframework.test.context.TestExecutionListenerafterTestExecution in class org.springframework.test.context.support.AbstractTestExecutionListenerjava.lang.Exceptionpublic void afterTestMethod(org.springframework.test.context.TestContext testContext)
throws java.lang.Exception
afterTestMethod in interface org.springframework.test.context.TestExecutionListenerafterTestMethod in class org.springframework.test.context.support.AbstractTestExecutionListenerjava.lang.Exceptionpublic void afterTestClass(org.springframework.test.context.TestContext testContext)
throws java.lang.Exception
afterTestClass in interface org.springframework.test.context.TestExecutionListenerafterTestClass in class org.springframework.test.context.support.AbstractTestExecutionListenerjava.lang.Exception