| Interface | Description |
|---|---|
| WireMockConfigurationCustomizer |
Allows customization of
WireMockConfiguration. |
| Class | Description |
|---|---|
| WireMockApplicationListener |
Listener that prepares the environment so that WireMock will work when it is
initialized.
|
| WireMockConfiguration |
Configuration and lifecycle for a Spring Application context that wants to run a
WireMock server.
|
| WireMockRestServiceServer |
Convenience class for loading WireMock stubs into a
MockRestServiceServer. |
| WireMockRestTemplateConfiguration | |
| WireMockSpring |
Convenience factory class for a
WireMockConfiguration that knows how to use
Spring Boot to create a stub server. |
| WireMockStubMapping | |
| WireMockTestExecutionListener |
Dirties the test context if WireMock was running on a fixed port.
|
| Annotation Type | Description |
|---|---|
| AutoConfigureHttpClient |
Annotation for test classes that want to install a RestTemplateCustomizer that sets up
a Spring Boot app to ignore SSL errors.
|
| AutoConfigureWireMock |
Annotation for test classes that want to start a WireMock server as part of the Spring
Application Context.
|
Copyright © 2016–2022 Spring. All rights reserved.