package
consumer
Type Members
-
-
-
type
ConsumerTestVerification[T] = (T) ⇒ Option[T]
-
-
-
-
case class
PactError(error: Throwable) extends VerificationResult with Product with Serializable
-
case class
PactGenerator(pacts: Map[String, Pact], conflicts: List[String]) extends StrictLogging with Product with Serializable
-
case class
PactMismatch(results: PactSessionResults, userError: Option[Throwable] = scala.None) extends VerificationResult with Product with Serializable
-
case class
PactSession(expected: Seq[Interaction], results: PactSessionResults) extends Product with Serializable
-
case class
PactSessionResults(matched: List[Interaction], almostMatched: List[PartialRequestMatch], missing: List[Interaction], unexpected: List[Request]) extends Product with Serializable
-
-
trait
TestRun extends AnyRef
-
-
-
-
Inherited from AnyRef
Inherited from Any