object ProviderVerificationOption
- Companion:
- class
Type members
Classlikes
sealed abstract class BooleanProviderVerificationOption(_key: String) extends ProviderVerificationOption
- Value parameters:
- consumers
pacts for these consumers won't be verified
- Value parameters:
- regex
won't verify pacts whose descriptions match this regex
- Value parameters:
- regex
won't verify pacts whose states match this regex
sealed abstract class ListProviderVerificationOption(_key: String, values: List[String]) extends ProviderVerificationOption
Will trim the snapshot off the provider version before publishing the results
Will trim the snapshot off the provider version before publishing the results
sealed abstract class RegexProviderVerificationOption(_key: String, regex: String) extends ProviderVerificationOption
Gives a more detailed output for pact verification results
Gives a more detailed output for pact verification results
Gives a more detailed output for pact verification failures
Gives a more detailed output for pact verification failures
Doesn't need to be set if publishVerificationResults is non-empty in PactVerifyResources.verifyPacts
Doesn't need to be set if publishVerificationResults is non-empty in PactVerifyResources.verifyPacts