public class VarnishTestExecutionListener
extends org.springframework.test.context.support.AbstractTestExecutionListener
VarnishTest annotation.VarnishTest| Constructor and Description |
|---|
VarnishTestExecutionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTestClass(org.springframework.test.context.TestContext testContext) |
void |
beforeTestClass(org.springframework.test.context.TestContext testContext) |
int |
getOrder() |
public 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 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.Exceptionpublic int getOrder()
getOrder in interface org.springframework.core.OrderedgetOrder in class org.springframework.test.context.support.AbstractTestExecutionListener