CoreMatchers

class Object
trait Matchable
class Any

Value members

Concrete methods

def any[T](typ: Class[T]): Matcher[T]
def instanceOf[T](typ: Class[_]): Matcher[T]
def is[T](matcher: Matcher[T]): Matcher[T]
def is[T](value: T): Matcher[T]
def isA[T](typ: Class[T]): Matcher[T]
def not[T](matcher: Matcher[T]): Matcher[T]
def not[T](value: T): Matcher[T]
def notNullValue(): Matcher[AnyRef]
def notNullValue[T](typ: Class[T]): Matcher[T]
def nullValue(): Matcher[AnyRef]
def nullValue[T](typ: Class[T]): Matcher[T]