org.scalamock

matchers

package matchers

Visibility
  1. Public
  2. All

Type Members

  1. class ArgAssert[T] extends Matcher[T]

    Matcher that uses provided assertions block to perform matching

  2. class ArgThat[T] extends Matcher[T]

    Matcher that uses provided predicate to perform matching

  3. class ArgumentMatcher extends (Product) ⇒ Boolean

  4. class MatchAny extends MatcherBase

    Matcher that matches everything

  5. class MatchEpsilon extends MatcherBase

    Matcher that matches all numbers that are close to a given value

  6. trait Matcher[T] extends MatcherBase

    Can be extended to implement custom matchers.

  7. trait MatcherBase extends Equals

    Base trait of all ScalaMock argument matchers.

  8. trait Matchers extends AnyRef

  9. class MockParameter[T] extends AnyRef

Value Members

  1. object MatchEpsilon

Ungrouped