au.com.dius.pact

consumer

package consumer

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. consumer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class ConsumerPactBuilder extends AnyRef

  2. class ConsumerPactRunner extends AnyRef

  3. type ConsumerTestVerification[T] = (T) ⇒ Option[T]

  4. abstract class DslPart extends AnyRef

  5. class InvalidMatcherException extends RuntimeException

  6. trait MockProvider extends AnyRef

  7. class PactDslJsonArray extends DslPart

  8. class PactDslJsonBody extends DslPart

  9. case class PactError(error: Throwable) extends VerificationResult with Product with Serializable

  10. case class PactGenerator(pacts: Map[String, Pact], conflicts: List[MergeConflict]) extends StrictLogging with Product with Serializable

  11. case class PactMismatch(results: PactSessionResults, userError: Option[Throwable] = scala.None) extends VerificationResult with Product with Serializable

  12. case class PactSession(expected: Seq[Interaction], results: PactSessionResults) extends Product with Serializable

  13. case class PactSessionResults(matched: List[Interaction], almostMatched: List[PartialRequestMatch], missing: List[Interaction], unexpected: List[Request]) extends Product with Serializable

  14. abstract class StatefulMockProvider extends MockProvider with StrictLogging

  15. trait TestRun extends AnyRef

  16. class UnfilteredMockProvider extends StatefulMockProvider

  17. case class UserCodeFailed[T](error: T) extends VerificationResult with Product with Serializable

  18. sealed trait VerificationResult extends AnyRef

Value Members

  1. object ConsumerPactRunner

  2. object DefaultMockProvider

  3. object PactConsumerConfig

  4. object PactGenerator extends Serializable

    Globally accumulates Pacts, merges by destination file, and allows writing to File.

  5. object PactSession extends Serializable

  6. object PactSessionResults extends Serializable

  7. object PactVerified extends VerificationResult

  8. object PrettyPrinter

  9. object VerificationResult

Inherited from AnyRef

Inherited from Any

Ungrouped