ProviderVerificationOption

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class FILTER_CONSUMERS(consumers: List[String]) extends ListProviderVerificationOption
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

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror