[][src]Module pact_consumer::mock_server

Support for mock HTTP servers that verify pacts.

Structs

ValidatingMockServer

A mock HTTP server that handles the requests described in a Pact, intended for use in tests, and validates that the requests made to that server are correct.

Traits

StartMockServer

This trait is implemented by types which allow us to start a mock server.