p

au.com.dius.pact

model

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class BodyTypeMismatch(expected: String, actual: String) extends RequestPartMismatch with ResponsePartMismatch with Product with Serializable
  2. case class CookieMismatch(expected: Cookies, actual: Cookies) extends RequestPartMismatch with Product with Serializable
  3. case class FullRequestMatch(interaction: Interaction) extends RequestMatch with Product with Serializable
  4. case class MethodMismatch(expected: Method, actual: Method) extends RequestPartMismatch with Product with Serializable
  5. case class PartialRequestMatch(problems: Map[Interaction, Seq[Mismatch]]) extends RequestMatch with Product with Serializable
  6. case class PathMismatch(expected: Path, actual: Path, mismatch: Option[String] = None) extends RequestPartMismatch with Product with Serializable
  7. sealed trait RequestMatch extends Ordered[RequestMatch]
  8. case class RequestMatching(expectedInteractions: Seq[RequestResponseInteraction]) extends Product with Serializable
  9. sealed trait RequestPartMismatch extends Mismatch
  10. sealed trait ResponseMatch extends AnyRef
  11. class ResponseMatching extends AnyRef
  12. case class ResponseMismatch(mismatches: Seq[Mismatch]) extends ResponseMatch with Product with Serializable
  13. sealed trait ResponsePartMismatch extends Mismatch
  14. trait SharedMismatch extends AnyRef
  15. case class StatusMismatch(expected: Status, actual: Status) extends ResponsePartMismatch with Product with Serializable

Value Members

  1. object FullResponseMatch extends ResponseMatch with Product with Serializable
  2. object Matching extends StrictLogging
  3. object PartialRequestMatch extends Serializable
  4. object PathMismatchFactory extends MismatchFactory[PathMismatch]
  5. object RequestMatching extends StrictLogging with Serializable
  6. object RequestMismatch extends RequestMatch with Product with Serializable
  7. object RequestPartMismatch extends SharedMismatch
  8. object ResponseMatching extends ResponseMatching
  9. object ResponsePartMismatch extends SharedMismatch

Ungrouped