trait MatcherSyntax extends AnyRef

Self Type
MatcherSyntax with JavaTestSyntax
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MatcherSyntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def contains[A](element: A): Matcher[Seq[A]]
  7. def containsString(subString: String): Matcher[String]
  8. def endsWith(suffix: String): Matcher[String]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hasLength(length: Int): Matcher[String]
  13. def hasSize[A](size: Int): Matcher[Iterable[A]]
  14. def hasType[T](implicit expectedClass: ClassTag[T]): Matcher[Any]
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. val isBlankString: Matcher[String]
  17. def isDefined[A]: Matcher[Option[A]]
  18. def isEmpty[A]: Matcher[Seq[A]]
  19. def isEmptyOption[A]: Matcher[Option[A]]
  20. val isEmptyString: Matcher[String]
  21. def isEqualTo[A](value: A): Matcher[A]
  22. def isEqualToIgnoringCase(expected: String): Matcher[String]
  23. def isFailure[A]: Matcher[Try[A]]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isSuccess[A]: Matcher[Try[A]]
  26. def isTheSameInstanceAs[A](instance: A): Matcher[A]
  27. def matcher[A](expected: String)(predicate: (A) ⇒ Boolean): Matcher[A]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def not[A](matcher: Matcher[A]): Matcher[A]
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def optionContains[A](element: A): Matcher[Option[A]]
  33. def startsWith(prefix: String): Matcher[String]
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped