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)

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.PactLoader

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

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