eu.monniot.scala3mock.matchers

Members list

Concise view

Type members

Classlikes

class ArgumentMatcher(template: Product) extends Product => Boolean

Attributes

Graph
Supertypes
trait Product => Boolean
class Object
trait Matchable
class Any
class MatchAny extends MatcherBase

Attributes

Graph
Supertypes
trait Equals
class Object
trait Matchable
class Any
class MatchEpsilon(value: Double) extends MatcherBase

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

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

Attributes

Companion:
object
Graph
Supertypes
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object MatchPredicate.type

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
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.

Attributes

Graph
Supertypes
trait Equals
class Object
trait Matchable
class Any
Known subtypes