Package

com.github.agourlay.cornichon

matchers

Permalink

package matchers

Visibility
  1. Public
  2. All

Type Members

  1. case class Matcher(key: String, description: String, predicate: (Json) ⇒ Boolean) extends Product with Serializable

    Permalink
  2. trait MatcherAssertion extends Assertion

    Permalink
  3. case class MatcherAssertionError(m: Matcher, input: Json) extends Exception with CornichonError with Product with Serializable

    Permalink
  4. case class MatcherAssertionEvaluationError(m: Matcher, input: Json, error: Throwable) extends Exception with CornichonError with Product with Serializable

    Permalink
  5. final case class MatcherKey(key: String) extends AnyVal with Product with Serializable

    Permalink
  6. class MatcherParser extends Parser

    Permalink
  7. class MatcherResolver extends AnyRef

    Permalink
  8. case class MatcherResolverParsingError(input: String, error: Throwable) extends Exception with CornichonError with Product with Serializable

    Permalink
  9. case class MatcherUndefined(name: String) extends Exception with CornichonError with Product with Serializable

    Permalink

Value Members

  1. object MatcherAssertion

    Permalink
  2. object MatcherResolver

    Permalink
  3. object MatcherService

    Permalink
  4. object Matchers

    Permalink

Ungrouped