ProviderVerificationOption

pact4s.provider.ProviderVerificationOption
See theProviderVerificationOption companion class

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
final case class FILTER_CONSUMERS(consumers: List[String]) extends ListProviderVerificationOption

Value parameters

consumers

pacts for these consumers won't be verified

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class FILTER_DESCRIPTION(regex: String) extends RegexProviderVerificationOption

Value parameters

regex

won't verify pacts whose descriptions match this regex

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value parameters

regex

won't verify pacts whose states match this regex

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed abstract class ListProviderVerificationOption(_key: String, values: List[String]) extends ProviderVerificationOption

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Will trim the snapshot off the provider version before publishing the results

Will trim the snapshot off the provider version before publishing the results

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
sealed abstract class RegexProviderVerificationOption(_key: String, regex: String) extends ProviderVerificationOption

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Gives a more detailed output for pact verification results

Gives a more detailed output for pact verification results

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Gives a more detailed output for pact verification failures

Gives a more detailed output for pact verification failures

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Doesn't need to be set if PublishVerificationResults are provided to the verifier

Doesn't need to be set if PublishVerificationResults are provided to the verifier

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror