public class DefaultVerificationReporter implements VerificationReporter
| Modifier and Type | Field and Description |
|---|---|
static DefaultVerificationReporter |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
publishingResultsDisabled()
This must return true unless the pact.verifier.publishResults property has the value of "true"
|
<I extends Interaction> |
reportResults(au.com.dius.pact.model.Pact<I> pact,
boolean result,
java.lang.String version,
au.com.dius.pact.provider.broker.PactBrokerClient client) |
publishingResultsDisabled, reportResultspublic static DefaultVerificationReporter INSTANCE
public <I extends Interaction> void reportResults(au.com.dius.pact.model.Pact<I> pact, boolean result, java.lang.String version, au.com.dius.pact.provider.broker.PactBrokerClient client)
public boolean publishingResultsDisabled()
This must return true unless the pact.verifier.publishResults property has the value of "true"