Crate pact_verifier [] [src]

The pact_verifier crate provides the core logic to performing verification of providers. It implements the V2 Pact specification (https://github.com/pact-foundation/pact-specification/tree/version-2).

Structs

ProviderInfo

Information about the Provider to verify

Enums

FilterInfo

Filter information used to filter the interactions that are verified

MismatchResult

Result of performing a match

PactSource

Source for loading pacts

Functions

verify_provider

Verify the provider with the given pact sources