org.scalatest.matchers.MatcherFactory7

OrContainWord

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.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OrContainWord
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OrContainWord(prettifier: Prettifier, pos: Position)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def allElementsOf(elements: GenTraversable[Any]): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, Aggregating]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain allElementsOf (1, 2, 3)
                               ^
    

  7. def allOf(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, Aggregating]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain allOf (1, 2, 3)
                               ^
    

  8. def apply(expectedElement: Any): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, Containing]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain (3 - 1)
                               ^
    

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def atLeastOneElementOf(elements: GenTraversable[Any]): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, Aggregating]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain atLeastOneOf (1, 2, 3)
                               ^
    

  11. def atLeastOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, Aggregating]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain atLeastOneOf (1, 2, 3)
                               ^
    

  12. def atMostOneElementOf(elements: GenTraversable[Any]): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, Aggregating]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain atMostOneOf (1, 2, 3)
                               ^
    

  13. def atMostOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, Aggregating]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain atMostOneOf (1, 2, 3)
                               ^
    

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def inOrder(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, Sequencing]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain inOrder (1, 2, 3)
                               ^
    

  21. def inOrderElementsOf(elements: GenTraversable[Any]): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, Sequencing]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain inOrderElementsOf List(1, 2, 3)
                               ^
    

  22. def inOrderOnly(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, Sequencing]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain inOrderOnly (1, 2, 3)
                               ^
    

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def key(expectedKey: Any): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, KeyMapping]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain key ("one")
                               ^
    

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def noElementsOf(elements: GenTraversable[Any]): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, Containing]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain noElementsOf (1, 2, 3)
                               ^
    

  27. def noneOf(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, Containing]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain noneOf (1, 2, 3)
                               ^
    

  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def oneElementOf(elements: GenTraversable[Any]): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, Containing]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain oneElementOf (1, 2, 3)
                               ^
    

  31. def oneOf(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, Containing]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain oneOf (1, 2, 3)
                               ^
    

  32. def only(right: Any*): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, Aggregating]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain only (1, 2, 3)
                               ^
    

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def theSameElementsAs(right: GenTraversable[_]): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, Aggregating]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain theSameElementsAs List(1, 2, 3)
                               ^
    

  35. def theSameElementsInOrderAs(right: GenTraversable[_]): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, Sequencing]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain theSameElementsInOrderAs List(1, 2, 3)
                               ^
    

  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def value(expectedValue: Any): MatcherFactory8[SC, TC1, TC2, TC3, TC4, TC5, TC6, TC7, ValueMapping]

    This method enables the following syntax given a MatcherFactory7:

    This method enables the following syntax given a MatcherFactory7:

    aMatcherFactory or contain value (1)
                               ^
    

  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped