Class StubRunnerWireMockTestExecutionListener
- java.lang.Object
-
- org.springframework.test.context.support.AbstractTestExecutionListener
-
- org.springframework.cloud.contract.stubrunner.provider.wiremock.StubRunnerWireMockTestExecutionListener
-
- All Implemented Interfaces:
org.springframework.core.Ordered,org.springframework.test.context.TestExecutionListener
public final class StubRunnerWireMockTestExecutionListener extends org.springframework.test.context.support.AbstractTestExecutionListenerMarks context to be restarted if at least one stub has a fixed port.- Since:
- 1.2.6
- Author:
- Marcin Grzejszczak
-
-
Constructor Summary
Constructors Constructor Description StubRunnerWireMockTestExecutionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterTestClass(org.springframework.test.context.TestContext testContext)
-
-
-
Method Detail
-
afterTestClass
public void afterTestClass(org.springframework.test.context.TestContext testContext)
- Specified by:
afterTestClassin interfaceorg.springframework.test.context.TestExecutionListener- Overrides:
afterTestClassin classorg.springframework.test.context.support.AbstractTestExecutionListener
-
-