Matcher

trait Matcher[+T] extends SelfDescribing
class Object
trait Matchable
class Any
class BaseMatcher[T]
class Is[T]
class IsEqual[T]
class IsNot[T]
class IsNull[T]

Value members

Abstract methods

def describeMismatch(item: AnyRef, mismatchDescription: Description): Unit
def matches(item: AnyRef): Boolean

Inherited methods

def describeTo(description: Description): Unit
Inherited from:
SelfDescribing