Package | Description |
---|---|
org.springframework.cloud.contract.stubrunner | |
org.springframework.cloud.contract.stubrunner.provider.wiremock |
Modifier and Type | Method and Description |
---|---|
HttpServerStub |
HttpServerStub.registerMappings(Collection<File> stubFiles)
Registers the stub files in the HTTP server stub.
|
default HttpServerStub |
HttpServerStub.reset()
Resets the server.
|
HttpServerStub |
HttpServerStub.start(HttpServerStubConfiguration configuration)
Starts the server.
|
HttpServerStub |
HttpServerStub.stop()
Stops the server.
|
Modifier and Type | Class and Description |
---|---|
class |
WireMockHttpServerStub
Abstraction over WireMock as a HTTP Server Stub.
|
Modifier and Type | Method and Description |
---|---|
HttpServerStub |
WireMockHttpServerStub.registerMappings(Collection<File> stubFiles) |
HttpServerStub |
WireMockHttpServerStub.reset() |
HttpServerStub |
WireMockHttpServerStub.start(HttpServerStubConfiguration configuration) |
HttpServerStub |
WireMockHttpServerStub.stop() |
Copyright © 2016–2022 Spring. All rights reserved.