public final class GrpcMockTestExecutionListener
extends org.springframework.test.context.support.AbstractTestExecutionListener
| Constructor and Description |
|---|
GrpcMockTestExecutionListener() |
| 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)
beforeTestClass in interface org.springframework.test.context.TestExecutionListenerbeforeTestClass in class org.springframework.test.context.support.AbstractTestExecutionListenerpublic 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)
afterTestMethod in interface org.springframework.test.context.TestExecutionListenerafterTestMethod in class org.springframework.test.context.support.AbstractTestExecutionListenerCopyright © 2023. All rights reserved.