trait MatcherSyntax extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- MatcherSyntax
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def contains[A](element: A): Matcher[Seq[A]]
- def containsString(subString: String): Matcher[String]
- def endsWith(suffix: String): Matcher[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hasLength(length: Int): Matcher[String]
- def hasSize[A](size: Int): Matcher[Iterable[A]]
- def hasType[T](implicit expectedClass: ClassTag[T]): Matcher[Any]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val isBlankString: Matcher[String]
- def isDefined[A]: Matcher[Option[A]]
- def isEmpty[A]: Matcher[Seq[A]]
- def isEmptyOption[A]: Matcher[Option[A]]
- val isEmptyString: Matcher[String]
- def isEqualTo[A](value: A): Matcher[A]
- def isEqualToIgnoringCase(expected: String): Matcher[String]
- def isFailure[A]: Matcher[Try[A]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSuccess[A]: Matcher[Try[A]]
- def isTheSameInstanceAs[A](instance: A): Matcher[A]
- def matcher[A](expected: String)(predicate: (A) => Boolean): Matcher[A]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def not[A](matcher: Matcher[A]): Matcher[A]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def optionContains[A](element: A): Matcher[Option[A]]
- def startsWith(prefix: String): Matcher[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- 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.