Module pact_consumer::mock_server[][src]

Expand description

Support for mock HTTP servers that verify pacts.

Structs

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

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