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 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 Matcher[-T] extends AnyRef

  15. trait MatcherComparator[-T] extends AnyRef

  16. class MatcherOps[T] extends AnyRef

  17. trait MatcherSupport extends CoreMatcherSupport with Matchers

    Helper to build matchers.

    Helper to build matchers. Provides core matchers.

    See also

    org.backuity.matchete.Matchers

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

    Core matchers

  19. trait NumericMatchers extends CoreMatcherSupport

  20. trait OrderedMatchers extends CoreMatcherSupport

  21. trait Sized[T] extends AnyRef

  22. trait StringMatchers extends CoreMatcherSupport

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

  24. trait ToMatcherOps extends AnyRef

  25. trait TraversableMatchers extends CoreMatcherSupport

Value Members

  1. object Formatter

  2. object TraversableMatchers

  3. object assertionMatchers extends AssertionMatchers

Ungrouped