Uses of Interface
org.springframework.cloud.contract.stubrunner.HttpServerStub
Packages that use HttpServerStub
Package
Description
-
Uses of HttpServerStub in org.springframework.cloud.contract.stubrunner
Methods in org.springframework.cloud.contract.stubrunner that return HttpServerStubModifier and TypeMethodDescriptionHttpServerStub.registerMappings(Collection<File> stubFiles) Registers the stub files in the HTTP server stub.default HttpServerStubHttpServerStub.reset()Resets the server.HttpServerStub.start(HttpServerStubConfiguration configuration) Starts the server.HttpServerStub.stop()Stops the server. -
Uses of HttpServerStub in org.springframework.cloud.contract.stubrunner.provider.wiremock
Classes in org.springframework.cloud.contract.stubrunner.provider.wiremock that implement HttpServerStubModifier and TypeClassDescriptionclassAbstraction over WireMock as a HTTP Server Stub.Methods in org.springframework.cloud.contract.stubrunner.provider.wiremock that return HttpServerStubModifier and TypeMethodDescriptionWireMockHttpServerStub.registerMappings(Collection<File> stubFiles) WireMockHttpServerStub.reset()WireMockHttpServerStub.start(HttpServerStubConfiguration configuration) WireMockHttpServerStub.stop()