public VerificationReporter
Interface to the reporter that published the verification results
@Deprecated
void reportResults(@NotNull
au.com.dius.pact.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact,
@NotNull
au.com.dius.pact.core.pactbroker.TestResult result,
@NotNull
java.lang.String version,
@Nullable
au.com.dius.pact.core.pactbroker.PactBrokerClient client,
@Nullable
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.
void reportResults(@NotNull
au.com.dius.pact.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact,
@NotNull
au.com.dius.pact.core.pactbroker.TestResult result,
@NotNull
java.lang.String version,
@Nullable
au.com.dius.pact.core.pactbroker.PactBrokerClient client,
@NotNull
java.util.List<java.lang.String> tags)
Publish the results to the pact broker. If the tags are given, then the provider will be tagged with those first.
boolean publishingResultsDisabled()
This must return true unless the pact.verifier.publishResults property has the value of "true"