Modifier and Type | Class and Description |
---|---|
static class |
HttpServerStubConfigurer.NoOpHttpServerStubConfigurer
Implementation that does nothing.
|
Modifier and Type | Field and Description |
---|---|
HttpServerStubConfigurer |
HttpServerStubConfiguration.configurer
Allows to perform additional configuration of the HTTP Server stub.
|
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) |
HttpServerStubConfiguration(HttpServerStubConfigurer configurer,
StubRunnerOptions stubRunnerOptions,
StubConfiguration stubConfiguration,
Integer port,
boolean randomPort) |
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.