Package 

Object DefaultVerificationReporter

    • Method Detail

      • reportResults

         Unit reportResults(Pact pact, TestResult result, String version, IPactBrokerClient client, String tag)

        Publish the results to the pact broker. If the tag is given, then the provider will be tagged with that first.

      • reportResults

         Result<Boolean, List<String>> reportResults(Pact pact, TestResult result, String version, IPactBrokerClient client, List<String> tags, String branch)

        Publish the results to the pact broker. If the branch is given, then branch for this provider will be created first. If the tags are given, then the provider will be tagged with those after the branch si created.

      • publishingResultsDisabled

         Boolean publishingResultsDisabled(ValueResolver resolver)

        This must return true unless the pact.verifier.publishResults property has the value of "true"