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