org.backuity

matchete

package matchete

Visibility
  1. Public
  2. All

Type Members

  1. trait AnyMatchers extends CoreMatcherSupport

  2. trait AssertionFailureReporter extends FailureReporter

  3. trait AssertionMatchers extends Matchers with AssertionFailureReporter with ToMatcherOps

    Matchers that throw java.lang.AssertionError upon failure.

  4. trait BooleanMatchers extends CoreMatcherSupport

  5. trait CoreMatcherSupport extends FailureReporter with Formatters with ToMatcherOps

    Helper to build the core matchers

  6. case class Delta[S](n: S, delta: S)(implicit evidence$1: Numeric[S]) extends Product with Serializable

  7. class DeltaBuilder[T] extends AnyRef

  8. trait EagerMatcher[-T] extends Matcher[T]

  9. trait ExceptionMatchers extends AnyRef

  10. trait FailureReporter extends AnyRef

  11. trait FailureReporterDelegate extends FailureReporter

  12. trait FileMatchers extends MatcherSupport

  13. trait Formatter[-T] extends AnyRef

  14. trait Formatters extends AnyRef

  15. trait JunitFailureReporter extends AssertionFailureReporter

  16. trait JunitMatchers extends Matchers with JunitFailureReporter with ToMatcherOps

    Matchers that throw java.lang.AssertionError and org.junit.ComparisonFailure upon failure.

  17. trait Matcher[-T] extends AnyRef

  18. trait MatcherComparator[-T] extends AnyRef

  19. class MatcherOps[T] extends AnyRef

  20. trait MatcherSupport extends CoreMatcherSupport with Matchers

    Helper to build matchers.

    Helper to build matchers. Provides core matchers.

    See also

    org.backuity.matchete.Matchers

  21. trait Matchers extends ExceptionMatchers with StringMatchers with TraversableMatchers with OrderedMatchers with NumericMatchers with BooleanMatchers with AnyMatchers

    Core matchers

  22. trait NumericMatchers extends CoreMatcherSupport

  23. trait OrderedMatchers extends CoreMatcherSupport

  24. trait Sized[T] extends AnyRef

  25. trait StringMatchers extends CoreMatcherSupport

  26. trait ThrowMatcher[T <: Throwable] extends Matcher[Any]

  27. trait ToMatcherOps extends AnyRef

  28. trait TraversableMatchers extends CoreMatcherSupport

  29. trait XmlMatchers extends MatcherSupport

Value Members

  1. object Formatter

  2. object TraversableMatchers

  3. object assertionMatchers extends AssertionMatchers

  4. package json

  5. object junitMatchers extends JunitMatchers

Ungrouped