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.TestExecutionListener
beforeTestClass
in class org.springframework.test.context.support.AbstractTestExecutionListener
Exception
public void afterTestClass(org.springframework.test.context.TestContext testContext)
afterTestClass
in interface org.springframework.test.context.TestExecutionListener
afterTestClass
in class org.springframework.test.context.support.AbstractTestExecutionListener
public void afterTestMethod(org.springframework.test.context.TestContext testContext) throws Exception
afterTestMethod
in interface org.springframework.test.context.TestExecutionListener
afterTestMethod
in class org.springframework.test.context.support.AbstractTestExecutionListener
Exception
Copyright © 2016–2021 Spring. All rights reserved.