public final class WireMockTestExecutionListener
extends org.springframework.test.context.support.AbstractTestExecutionListener
| Constructor and Description |
|---|
WireMockTestExecutionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTestClass(org.springframework.test.context.TestContext testContext) |
void |
afterTestMethod(org.springframework.test.context.TestContext testContext) |
void |
beforeTestClass(org.springframework.test.context.TestContext testContext) |
public void beforeTestClass(org.springframework.test.context.TestContext testContext)
throws Exception
beforeTestClass in interface org.springframework.test.context.TestExecutionListenerbeforeTestClass in class org.springframework.test.context.support.AbstractTestExecutionListenerExceptionpublic void afterTestClass(org.springframework.test.context.TestContext testContext)
afterTestClass in interface org.springframework.test.context.TestExecutionListenerafterTestClass in class org.springframework.test.context.support.AbstractTestExecutionListenerpublic void afterTestMethod(org.springframework.test.context.TestContext testContext)
throws Exception
afterTestMethod in interface org.springframework.test.context.TestExecutionListenerafterTestMethod in class org.springframework.test.context.support.AbstractTestExecutionListenerExceptionCopyright © 2016–2022 Spring. All rights reserved.