Class

org.scalatest.MustMatchers

ResultOfContainWordForCollectedAny

Related Doc: package MustMatchers

Permalink

final class ResultOfContainWordForCollectedAny[T] extends AnyRef

This class is part of the ScalaTest matchers DSL. Please see the documentation for InspectorsMatchers for an overview of the matchers DSL.

Source
MustMatchers.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ResultOfContainWordForCollectedAny
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResultOfContainWordForCollectedAny(collected: Collected, xs: GenTraversable[T], original: Any, mustBeTrue: Boolean)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allElementsOf(elements: GenTraversable[Any])(implicit aggregating: Aggregating[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    option must contain allElementsOf (1, 2)
                          ^
    

  5. def allOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit aggregating: Aggregating[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    option must contain allOf (1, 2)
                          ^
    

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def atLeastOneElementOf(elements: GenTraversable[Any])(implicit aggregating: Aggregating[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    option must contain atLeastOneElementOf List(1, 2)
                          ^
    

  8. def atLeastOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit aggregating: Aggregating[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    option must contain atLeastOneOf (1, 2)
                          ^
    

  9. def atMostOneElementOf(elements: GenTraversable[Any])(implicit aggregating: Aggregating[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) must contain atMostOneElementOf (1, 2)
                           ^
    

  10. def atMostOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit aggregating: Aggregating[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) must contain atMostOneOf (1, 2)
                           ^
    

  11. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def inOrder(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit sequencing: Sequencing[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    option must contain inOrder (1, 2)
                          ^
    

  18. def inOrderElementsOf(elements: GenTraversable[Any])(implicit sequencing: Sequencing[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    option must contain inOrderElementsOf (1, 2)
                          ^
    

  19. def inOrderOnly(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit sequencing: Sequencing[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    option must contain inOrderOnly (1, 2)
                          ^
    

  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def key(expectedKey: Any)(implicit keyMapping: KeyMapping[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(colOfMap) must contain key ("one")
                                 ^
    

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

    Permalink
    Definition Classes
    AnyRef
  23. def noElementsOf(elements: GenTraversable[Any])(implicit containing: Containing[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    option must contain noElementsOf (1, 2)
                          ^
    

  24. def noneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit containing: Containing[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    option must contain noneOf (1, 2)
                          ^
    

  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def oneElementOf(elements: GenTraversable[Any])(implicit containing: Containing[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    option must contain oneElementOf List(1, 2)
                          ^
    

  28. def oneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit containing: Containing[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    option must contain oneOf (1, 2)
                          ^
    

  29. def only(right: Any*)(implicit aggregating: Aggregating[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    option must contain only (1, 2)
                          ^
    

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

    Permalink
    Definition Classes
    AnyRef
  31. def theSameElementsAs(right: GenTraversable[_])(implicit aggregating: Aggregating[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    option must contain theSameElementsAs (1, 2)
                          ^
    

  32. def theSameElementsInOrderAs(right: GenTraversable[_])(implicit sequencing: Sequencing[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    option must contain theSameElementsInOrderAs (1, 2)
                          ^
    

  33. def toString(): String

    Permalink

    Overrides to return pretty toString.

    Overrides to return pretty toString.

    returns

    "ResultOfContainWordForCollectedAny([collected], [xs], [mustBeTrue])"

    Definition Classes
    ResultOfContainWordForCollectedAny → AnyRef → Any
  34. def value(expectedValue: Any)(implicit valueMapping: ValueMapping[T]): Assertion

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(colOfMap) must contain value (1)
                                 ^
    

  35. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped