org.scalatest.matchers.MatcherFactory6

AndContainWord

final class AndContainWord 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. AndContainWord
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AndContainWord()

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 allOf(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory7[SC, TC1, TC2, TC3, TC4, TC5, TC6, Aggregating]

    This method enables the following syntax given a MatcherFactory6:

    This method enables the following syntax given a MatcherFactory6:

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

  7. def apply(expectedElement: Any): MatcherFactory7[SC, TC1, TC2, TC3, TC4, TC5, TC6, Containing]

    This method enables the following syntax given a MatcherFactory6:

    This method enables the following syntax given a MatcherFactory6:

    aMatcherFactory and contain (3 - 1)
                                ^
    

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def atLeastOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory7[SC, TC1, TC2, TC3, TC4, TC5, TC6, Aggregating]

    This method enables the following syntax given a MatcherFactory6:

    This method enables the following syntax given a MatcherFactory6:

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

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

    This method enables the following syntax given a MatcherFactory6:

    This method enables the following syntax given a MatcherFactory6:

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

  11. def clone(): AnyRef

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

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

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

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

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

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

    This method enables the following syntax given a MatcherFactory6:

    This method enables the following syntax given a MatcherFactory6:

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

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

    This method enables the following syntax given a MatcherFactory6:

    This method enables the following syntax given a MatcherFactory6:

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

  19. final def isInstanceOf[T0]: Boolean

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

    This method enables the following syntax given a MatcherFactory6:

    This method enables the following syntax given a MatcherFactory6:

    aMatcherFactory and contain key ("one")
                                ^
    

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

    Definition Classes
    AnyRef
  22. def noneOf(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory7[SC, TC1, TC2, TC3, TC4, TC5, TC6, Containing]

    This method enables the following syntax given a MatcherFactory6:

    This method enables the following syntax given a MatcherFactory6:

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

  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. def oneOf(firstEle: Any, secondEle: Any, remainingEles: Any*): MatcherFactory7[SC, TC1, TC2, TC3, TC4, TC5, TC6, Containing]

    This method enables the following syntax given a MatcherFactory6:

    This method enables the following syntax given a MatcherFactory6:

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

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

    This method enables the following syntax given a MatcherFactory6:

    This method enables the following syntax given a MatcherFactory6:

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

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

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

    This method enables the following syntax given a MatcherFactory6:

    This method enables the following syntax given a MatcherFactory6:

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

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

    This method enables the following syntax given a MatcherFactory6:

    This method enables the following syntax given a MatcherFactory6:

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

  30. def toString(): String

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

    This method enables the following syntax given a MatcherFactory6:

    This method enables the following syntax given a MatcherFactory6:

    aMatcherFactory and contain value (1)
                                ^
    

  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped