package matchers
- Alphabetic
- Public
- All
Type Members
-
class
ArgAssert[T] extends Matcher[T]
Matcher that uses provided assertions block to perform matching
Matcher that uses provided assertions block to perform matching
- Attributes
- protected
-
class
ArgThat[T] extends Matcher[T]
Matcher that uses provided predicate to perform matching
- class ArgumentMatcher extends (Product) ⇒ Boolean
-
class
MatchAny extends MatcherBase
Matcher that matches everything
-
class
MatchEpsilon extends MatcherBase
Matcher that matches all numbers that are close to a given value
-
trait
Matcher[T] extends MatcherBase
Can be extended to implement custom matchers.
-
trait
MatcherBase extends Equals
Base trait of all ScalaMock argument matchers.
Base trait of all ScalaMock argument matchers.
If you want to write a custom matcher please extend the Matcher trait.
- trait Matchers extends AnyRef
- class MockParameter[T] extends AnyRef
Value Members
- object ArgCapture
- object MatchEpsilon
ScalaMock
This is the documentation for ScalaMock
For an overview, see org.scalamock.