Annotation Type 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
      java.lang.String ignoreIoErrors
      Boolean flag to indicate that IO errors should also be ignored
    • Element Detail

      • ignoreIoErrors

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