Package

au.com.dius.pact

consumer

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. class ConsumerPactBuilder extends AnyRef

    Permalink
  2. class ConsumerPactRunner extends AnyRef

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

    Permalink
  4. abstract class DslPart extends AnyRef

    Permalink
  5. class InvalidMatcherException extends RuntimeException

    Permalink
  6. trait MockProvider extends AnyRef

    Permalink
  7. class PactDslJsonArray extends DslPart

    Permalink
  8. class PactDslJsonBody extends DslPart

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

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

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

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

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

    Permalink
  14. abstract class StatefulMockProvider extends MockProvider with StrictLogging

    Permalink
  15. trait TestRun extends AnyRef

    Permalink
  16. class UnfilteredMockProvider extends StatefulMockProvider

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

    Permalink
  18. sealed trait VerificationResult extends AnyRef

    Permalink

Value Members

  1. object ConsumerPactRunner

    Permalink
  2. object DefaultMockProvider

    Permalink
  3. object PactConsumerConfig

    Permalink
  4. object PactGenerator extends Serializable

    Permalink

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

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

    This must be mutable, since there is otherwise no way to thread the state through whatever testing framework is in use.

    Ideally writing would happen only at the end of the full test suite, but it may be necessary to write each time, and synchronise on disk, such that the file read and write can not be done concurrently with another running test.

    This code has a way to go before it is fit for purpose.

  5. object PactSession extends Serializable

    Permalink
  6. object PactSessionResults extends Serializable

    Permalink
  7. object PactVerified extends VerificationResult

    Permalink
  8. object PrettyPrinter

    Permalink
  9. object VerificationResult

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped