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
java.lang.Exceptionpublic void prepareTestInstance(org.springframework.test.context.TestContext testContext)
throws java.lang.Exception
java.lang.Exceptionpublic void beforeTestMethod(org.springframework.test.context.TestContext testContext)
throws java.lang.Exception
java.lang.Exceptionpublic void beforeTestExecution(org.springframework.test.context.TestContext testContext)
throws java.lang.Exception
java.lang.Exceptionpublic void afterTestExecution(org.springframework.test.context.TestContext testContext)
throws java.lang.Exception
java.lang.Exceptionpublic void afterTestMethod(org.springframework.test.context.TestContext testContext)
throws java.lang.Exception
java.lang.Exceptionpublic void afterTestClass(org.springframework.test.context.TestContext testContext)
throws java.lang.Exception
java.lang.Exception