org.scalatest.words

ResultOfContainWord

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

Instance Constructors

  1. new ResultOfContainWord(left: L, shouldBeTrue: Boolean = true)

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*)(implicit aggregating: Aggregating[L]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    xs should contain allOf (1, 2)
                      ^
    

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def atLeastOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit aggregating: Aggregating[L]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    xs should contain atLeastOneOf (1, 2)
                      ^
    

  9. def atMostOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit aggregating: Aggregating[L]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    xs should contain atMostOneOf (1, 2)
                      ^
    

  10. def clone(): AnyRef

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  16. def inOrder(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit sequencing: Sequencing[L]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    xs should contain inOrder (1, 2)
                      ^
    

  17. def inOrderOnly(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit sequencing: Sequencing[L]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    xs should contain inOrderOnly (1, 2)
                      ^
    

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def key(expectedKey: Any)(implicit keyMapping: KeyMapping[L]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    map should contain key ("one")
                       ^
    

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

    Definition Classes
    AnyRef
  21. def noneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit containing: Containing[L]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    xs should contain noneOf (1, 2)
                      ^
    

  22. final def notify(): Unit

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

    Definition Classes
    AnyRef
  24. def oneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit containing: Containing[L]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    xs should contain oneOf (1, 2)
                      ^
    

  25. def only(right: Any*)(implicit aggregating: Aggregating[L]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    xs should contain only (1, 2)
                      ^
    

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

    Definition Classes
    AnyRef
  27. def theSameElementsAs(right: GenTraversable[_])(implicit aggregating: Aggregating[L]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    xs should contain theSameElementsAs (List(1, 2))
                      ^
    

  28. def theSameElementsInOrderAs(right: GenTraversable[_])(implicit sequencing: Sequencing[L]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    xs should contain theSameElementsInOrderAs (List(1, 2))
                      ^
    

  29. def toString(): String

    Definition Classes
    ResultOfContainWord → AnyRef → Any
  30. def value(expectedValue: Any)(implicit valueMapping: ValueMapping[L]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    map should contain value ("one")
                       ^
    

  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped