| Interface | 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
|
| Event | |
| 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
|
| SLF4JReporter |
Pact verifier reporter that logs the results via SLF4J.
|