public class DefaultVerificationReporter implements VerificationReporter
Default implementation of a verification reporter
| Modifier and Type | Field and Description |
|---|---|
static DefaultVerificationReporter |
INSTANCE
Default implementation of a verification reporter
|
| 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.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact,
boolean result,
java.lang.String version,
au.com.dius.pact.core.pactbroker.PactBrokerClient client) |
void |
reportResults(au.com.dius.pact.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact,
au.com.dius.pact.core.pactbroker.TestResult result,
java.lang.String version,
au.com.dius.pact.core.pactbroker.PactBrokerClient client,
java.lang.String tag)
Publish the results to the pact broker. If the tag is given, then the provider will be tagged with that first.
|
publishingResultsDisabled, reportResults, reportResultspublic static DefaultVerificationReporter INSTANCE
Default implementation of a verification reporter
public void reportResults(au.com.dius.pact.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact,
boolean result,
java.lang.String version,
au.com.dius.pact.core.pactbroker.PactBrokerClient client)
public void reportResults(au.com.dius.pact.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact,
au.com.dius.pact.core.pactbroker.TestResult result,
java.lang.String version,
au.com.dius.pact.core.pactbroker.PactBrokerClient client,
java.lang.String tag)
Publish the results to the pact broker. If the tag is given, then the provider will be tagged with that first.
public boolean publishingResultsDisabled()
This must return true unless the pact.verifier.publishResults property has the value of "true"