trait
AnyBeHaveMatchers extends AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
anInstanceOf[T](implicit arg0: ClassManifest[T]): Matcher[Any]
-
-
implicit
def
anyWithEmpty[T](result: MatchResult[T])(implicit arg0: (T) ⇒ Any { def isEmpty: Boolean }): AnyMatchers.AnyWithEmptyMatchers[T]
-
final
def
asInstanceOf[T0]: T0
-
def
asNullAs[T](a: ⇒ T): Matcher[T]
-
def
assignableFrom[T](implicit arg0: ClassManifest[T]): Matcher[Class[_]]
-
def
beLikeA[T](pattern: ⇒ PartialFunction[T, MatchResult[_]]): Matcher[T]
-
def
clone(): AnyRef
-
def
empty[T <: Any { def isEmpty: Boolean }]: Matcher[T]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
interface[T](implicit arg0: ClassManifest[T]): Matcher[Any]
-
final
def
isInstanceOf[T0]: Boolean
-
def
klass[T](implicit arg0: ClassManifest[T]): Matcher[Any]
-
def
like[T](pattern: ⇒ PartialFunction[T, MatchResult[_]]): Matcher[T]
-
def
likeA[T](pattern: ⇒ PartialFunction[T, MatchResult[_]]): Matcher[T]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
oneOf[T](t: T*): Matcher[T]
-
def
superClass[T](implicit arg0: ClassManifest[T]): Matcher[Any]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
-
-
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
This trait allows to write expressions like
1 must be equalTo(1)