final class OrContainWord extends AnyRef
This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers for an overview of
the matchers DSL.
- Source
 - MatcherFactory4.scala
 
- Alphabetic
 - By Inheritance
 
- OrContainWord
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Instance Constructors
-  new OrContainWord(prettifier: Prettifier, pos: Position)
 
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
 
 -    def allElementsOf(elements: GenTraversable[Any]): MatcherFactory5[SC, TC1, TC2, TC3, TC4, Aggregating]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain allElementsOf (1, 2, 3) ^
 -    def allOf(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory5[SC, TC1, TC2, TC3, TC4, Aggregating]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain allOf (1, 2, 3) ^
 -    def apply(expectedElement: Any): MatcherFactory5[SC, TC1, TC2, TC3, TC4, Containing]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain (3 - 1) ^
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def atLeastOneElementOf(elements: GenTraversable[Any]): MatcherFactory5[SC, TC1, TC2, TC3, TC4, Aggregating]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain atLeastOneOf (1, 2, 3) ^
 -    def atLeastOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory5[SC, TC1, TC2, TC3, TC4, Aggregating]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain atLeastOneOf (1, 2, 3) ^
 -    def atMostOneElementOf(elements: GenTraversable[Any]): MatcherFactory5[SC, TC1, TC2, TC3, TC4, Aggregating]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain atMostOneOf (1, 2, 3) ^
 -    def atMostOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory5[SC, TC1, TC2, TC3, TC4, Aggregating]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain atMostOneOf (1, 2, 3) ^
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable])
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def inOrder(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory5[SC, TC1, TC2, TC3, TC4, Sequencing]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain inOrder (1, 2, 3) ^
 -    def inOrderElementsOf(elements: GenTraversable[Any]): MatcherFactory5[SC, TC1, TC2, TC3, TC4, Sequencing]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain inOrderElementsOf List(1, 2, 3) ^
 -    def inOrderOnly(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory5[SC, TC1, TC2, TC3, TC4, Sequencing]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain inOrderOnly (1, 2, 3) ^
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    def key(expectedKey: Any): MatcherFactory5[SC, TC1, TC2, TC3, TC4, KeyMapping]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain key ("one") ^ -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def noElementsOf(elements: GenTraversable[Any]): MatcherFactory5[SC, TC1, TC2, TC3, TC4, Containing]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain noElementsOf (1, 2, 3) ^
 -    def noneOf(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory5[SC, TC1, TC2, TC3, TC4, Containing]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain noneOf (1, 2, 3) ^
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -    def oneElementOf(elements: GenTraversable[Any]): MatcherFactory5[SC, TC1, TC2, TC3, TC4, Containing]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain oneElementOf (1, 2, 3) ^
 -    def oneOf(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory5[SC, TC1, TC2, TC3, TC4, Containing]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain oneOf (1, 2, 3) ^
 -    def only(right: Any*): MatcherFactory5[SC, TC1, TC2, TC3, TC4, Aggregating]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain only (1, 2, 3) ^
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def theSameElementsAs(right: GenTraversable[_]): MatcherFactory5[SC, TC1, TC2, TC3, TC4, Aggregating]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain theSameElementsAs List(1, 2, 3) ^
 -    def theSameElementsInOrderAs(right: GenTraversable[_]): MatcherFactory5[SC, TC1, TC2, TC3, TC4, Sequencing]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain theSameElementsInOrderAs List(1, 2, 3) ^
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -    def value(expectedValue: Any): MatcherFactory5[SC, TC1, TC2, TC3, TC4, ValueMapping]
This method enables the following syntax given a
MatcherFactory4:This method enables the following syntax given a
MatcherFactory4:aMatcherFactory or contain value (1) ^ -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   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()