Annotation Interface IgnoreNoPactsToVerify


@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface IgnoreNoPactsToVerify
With this annotation set on the test class, the pact runner will ignore the fact that there are no pacts to verify.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Boolean flag to indicate that IO errors should also be ignored
  • Element Details

    • ignoreIoErrors

      String ignoreIoErrors
      Boolean flag to indicate that IO errors should also be ignored
      Default:
      "${pact.verification.ignoreIoErrors:false}"