Package org.grpcmock.springboot
Class GrpcMockTestExecutionListener
java.lang.Object
org.springframework.test.context.support.AbstractTestExecutionListener
org.grpcmock.springboot.GrpcMockTestExecutionListener
- All Implemented Interfaces:
org.springframework.core.Ordered,org.springframework.test.context.TestExecutionListener
public final class GrpcMockTestExecutionListener
extends org.springframework.test.context.support.AbstractTestExecutionListener
Dirties the test context if WireMock was running on a fixed port.
- Author:
- Fadelis
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterTestClass(org.springframework.test.context.TestContext testContext) voidafterTestMethod(org.springframework.test.context.TestContext testContext) voidprepareTestInstance(org.springframework.test.context.TestContext testContext) Methods inherited from class org.springframework.test.context.support.AbstractTestExecutionListener
afterTestExecution, beforeTestClass, beforeTestExecution, beforeTestMethod, getOrder
-
Constructor Details
-
GrpcMockTestExecutionListener
public GrpcMockTestExecutionListener()
-
-
Method Details
-
prepareTestInstance
public void prepareTestInstance(org.springframework.test.context.TestContext testContext) - Specified by:
prepareTestInstancein interfaceorg.springframework.test.context.TestExecutionListener- Overrides:
prepareTestInstancein classorg.springframework.test.context.support.AbstractTestExecutionListener
-
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
-
afterTestMethod
public void afterTestMethod(org.springframework.test.context.TestContext testContext) - Specified by:
afterTestMethodin interfaceorg.springframework.test.context.TestExecutionListener- Overrides:
afterTestMethodin classorg.springframework.test.context.support.AbstractTestExecutionListener
-