MatcherBase

eu.monniot.scala3mock.matchers.MatcherBase
trait MatcherBase extends Equals

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

Members list

Concise view

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals