Package 

Interface OverrideablePactLoader

  • All Implemented Interfaces:
    au.com.dius.pact.provider.junitsupport.loader.PactLoader

    
    public interface OverrideablePactLoader
     implements PactLoader
                        

    Allows the Pact URL to be overridden (for example, when verifying a Pact from a Webhook call)

    • Method Summary

      Modifier and Type Method Description
      abstract Unit overridePactUrl(String pactUrl, String consumer)
      • Methods inherited from class au.com.dius.pact.provider.junitsupport.loader.OverrideablePactLoader

        description, enablePendingPacts, getPactSource, load, setValueResolver
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait