object ProviderVerificationOption
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProviderVerificationOption
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed abstract class BooleanProviderVerificationOption extends ProviderVerificationOption
-
final
case class
FILTER_CONSUMERS(consumers: List[String]) extends ListProviderVerificationOption with Product with Serializable
- consumers
pacts for these consumers won't be verified
-
final
case class
FILTER_DESCRIPTION(regex: String) extends RegexProviderVerificationOption with Product with Serializable
- regex
won't verify pacts whose descriptions match this regex
-
final
case class
FILTER_PROVIDERSTATE(regex: String) extends RegexProviderVerificationOption with Product with Serializable
- regex
won't verify pacts whose states match this regex
- sealed abstract class ListProviderVerificationOption extends ProviderVerificationOption
- sealed abstract class RegexProviderVerificationOption extends ProviderVerificationOption
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
object
PROVIDER_VERSION_TRIM_SNAPSHOT extends BooleanProviderVerificationOption with Product with Serializable
Will trim the snapshot off the provider version before publishing the results
-
object
SHOW_FULLDIFF extends BooleanProviderVerificationOption with Product with Serializable
Gives a more detailed output for pact verification results
-
object
SHOW_STACKTRACE extends BooleanProviderVerificationOption with Product with Serializable
Gives a more detailed output for pact verification failures
-
object
VERIFIER_PUBLISH_RESULTS extends BooleanProviderVerificationOption with Product with Serializable
Doesn't need to be set if publishVerificationResults is non-empty in PactVerifyResources.verifyPacts