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 UnitoverridePactUrl(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
-
-
Method Detail
-
overridePactUrl
abstract Unit overridePactUrl(String pactUrl, String consumer)
-
-
-
-