| Trait | Description |
|---|---|
| VerifierReporter | Interface to verification reporters that can hook into the events of the PactVerifier |
| Class | Description |
|---|---|
| AnsiConsoleReporter | Pact verifier reporter that displays the results of the verification to the console using ASCII escapes |
| JsonReporter | Pact verifier reporter that generates the results of the verification in JSON format |
| MarkdownReporter | Pact verifier reporter that displays the results of the verification in a markdown document |
| ReporterManager | Manages the available verifier reporters |