Module pact_consumer::mock_server

source ·
Expand description

Support for mock HTTP servers that verify pacts.

Traits§

  • This trait is implemented by types which allow us to start a mock server.
  • This trait is implemented by types which allow us to start a mock server (async version).
  • A mock 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.