Annotation Type PactUrl
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface PactUrlUsed to point Pact runner to source of pacts for contract tests- See Also:
pact loader
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]urls
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description AuthenticationauthAuthentication to use, if needed.
-
-
-
-
auth
Authentication auth
Authentication to use, if needed. For basic auth, set the username and password. For bearer tokens, use the token attribute.- Default:
- @au.com.dius.pact.provider.junitsupport.loader.Authentication
-
-