| Modifier and Type | Class and Description |
|---|---|
static class |
HttpServerStubConfigurer.NoOpHttpServerStubConfigurer
Implementation that does nothing
|
| Modifier and Type | Field and Description |
|---|---|
HttpServerStubConfigurer |
HttpServerStubConfiguration.configurer |
static HttpServerStubConfigurer |
HttpServerStubConfigurer.NoOpHttpServerStubConfigurer.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends HttpServerStubConfigurer> |
StubRunnerOptions.getHttpServerStubConfigurer() |
| Constructor and Description |
|---|
HttpServerStubConfiguration(HttpServerStubConfigurer configurer,
StubRunnerOptions stubRunnerOptions,
StubConfiguration stubConfiguration,
Integer port) |
| Modifier and Type | Method and Description |
|---|---|
StubRunnerExtension |
StubRunnerExtension.withHttpServerStubConfigurer(Class<? extends HttpServerStubConfigurer> httpServerStubConfigurer) |
StubRunnerRule |
StubRunnerRule.withHttpServerStubConfigurer(Class<? extends HttpServerStubConfigurer> httpServerStubConfigurer) |
| Modifier and Type | Class and Description |
|---|---|
class |
WireMockHttpServerStubConfigurer
Typed implementation of
HttpServerStubConfigurer for WireMock's WireMockConfiguration |
Copyright © 2016–2019 Spring. All rights reserved.