org.scalatest.Matchers

ResultOfCollectedGenTraversable

final class ResultOfCollectedGenTraversable[E, C[_] <: GenTraversable[_]] extends ResultOfCollectedAny[C[E]]

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

Linear Supertypes
ResultOfCollectedAny[C[E]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ResultOfCollectedGenTraversable
  2. ResultOfCollectedAny
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResultOfCollectedGenTraversable(collected: Collected, xs: GenTraversable[C[E]])

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. final def notify(): Unit

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

    Definition Classes
    AnyRef
  17. def should(containWord: ContainWord): ResultOfContainWordForCollectedGenTraversable[E, C]

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(colOfTraversable) should contain (containMatcher)
                          ^
    

  18. def should(notWord: NotWord): ResultOfNotWordForCollectedGenTraversable[E, C]

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(colOfTraversable) should not have size (3)
                          ^
    

    Definition Classes
    ResultOfCollectedGenTraversableResultOfCollectedAny
  19. def should(newContainWord: NewContainWord): ResultOfNewContainWordForCollectedAny[C[E]]

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all (xs) should contain oneOf (1, 2, 3)
       ^
    

    Definition Classes
    ResultOfCollectedAny
  20. def should(inv: TripleEqualsInvocationOnInterval[C[E]])(implicit ev: Numeric[C[E]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all (xs) should === (100 +- 1)
             ^
    

    Definition Classes
    ResultOfCollectedAny
  21. def should[U](inv: TripleEqualsInvocation[U])(implicit constraint: EqualityConstraint[C[E], U]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all (xs) should === (b)
             ^
    

    Definition Classes
    ResultOfCollectedAny
  22. def should(haveWord: HaveWord): ResultOfHaveWordForCollectedExtent[C[E]]

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all (results) should have length (3)
           
    all (results) should have size (3)
           
    

    Definition Classes
    ResultOfCollectedAny
  23. def should(beWord: BeWord): ResultOfBeWordForCollectedAny[C[E]]

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(xs) should be theSameInstanceAs anotherObject
            ^
    

    Definition Classes
    ResultOfCollectedAny
  24. def should[TYPECLASS1[_], TYPECLASS2[_]](rightMatcherFactory2: MatcherFactory2[C[E], TYPECLASS1, TYPECLASS2])(implicit typeClass1: TYPECLASS1[C[E]], typeClass2: TYPECLASS2[C[E]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(xs) should (equal (expected) and have length 12)
            ^
    

    Definition Classes
    ResultOfCollectedAny
  25. def should[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[C[E], TYPECLASS1])(implicit typeClass1: TYPECLASS1[C[E]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(xs) should equal (3)
            ^
    

    Definition Classes
    ResultOfCollectedAny
  26. def should(rightMatcher: Matcher[C[E]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(xs) should be (3)
            ^
    

    Definition Classes
    ResultOfCollectedAny
  27. def shouldBe[U <: C[E]](resultOfAnWordApplication: ResultOfAnWordToBePropertyMatcherApplication[U])(implicit ev: <:<[C[E], AnyRef]): Unit

    This method enables the following syntax, where excellentRead refers to a BePropertyMatcher[Book]:

    This method enables the following syntax, where excellentRead refers to a BePropertyMatcher[Book]:

    all(xs) shouldBe an (excellentRead)
            ^
    

    Definition Classes
    ResultOfCollectedAny
  28. def shouldBe[U <: C[E]](resultOfAWordApplication: ResultOfAWordToBePropertyMatcherApplication[U])(implicit ev: <:<[C[E], AnyRef]): Unit

    This method enables the following syntax, where goodRead refers to a BePropertyMatcher[Book]:

    This method enables the following syntax, where goodRead refers to a BePropertyMatcher[Book]:

    all(xs) shouldBe a (goodRead)
            ^
    

    Definition Classes
    ResultOfCollectedAny
  29. def shouldBe[U <: C[E]](bePropertyMatcher: BePropertyMatcher[U])(implicit ev: <:<[C[E], AnyRef]): Unit

    This method enables the following syntax, where excellentRead refers to a BePropertyMatcher[Book]:

    This method enables the following syntax, where excellentRead refers to a BePropertyMatcher[Book]:

    all(xs) shouldBe excellentRead
            ^
    

    Definition Classes
    ResultOfCollectedAny
  30. def shouldBe(o: Null)(implicit ev: <:<[C[E], AnyRef]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) shouldBe null
            ^
    

    Definition Classes
    ResultOfCollectedAny
  31. def shouldBe(resultOfAnWordApplication: ResultOfAnWordToSymbolApplication)(implicit ev: <:<[C[E], AnyRef]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) shouldBe an ('empty)
         ^
    

    Definition Classes
    ResultOfCollectedAny
  32. def shouldBe(resultOfAWordApplication: ResultOfAWordToSymbolApplication)(implicit ev: <:<[C[E], AnyRef]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) shouldBe a ('empty)
         ^
    

    Definition Classes
    ResultOfCollectedAny
  33. def shouldBe(symbol: Symbol)(implicit ev: <:<[C[E], AnyRef]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) shouldBe 'empty
            ^
    

    Definition Classes
    ResultOfCollectedAny
  34. def shouldBe(resultOfSameInstanceAsApplication: ResultOfTheSameInstanceAsApplication)(implicit ev: <:<[C[E], AnyRef]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(xs) shouldBe theSameInstanceAs (anotherObject)
            ^
    

    Definition Classes
    ResultOfCollectedAny
  35. def shouldBe(interval: Interval[C[E]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(xs) shouldBe 7.1 +- 0.2
            ^
    

    Definition Classes
    ResultOfCollectedAny
  36. def shouldBe(beMatcher: BeMatcher[C[E]]): Unit

    This method enables the following syntax, where odd refers to a BeMatcher[Int]:

    This method enables the following syntax, where odd refers to a BeMatcher[Int]:

    testing
    all(xs) shouldBe odd
            ^
    

    Definition Classes
    ResultOfCollectedAny
  37. def shouldBe(comparison: ResultOfGreaterThanOrEqualToComparison[C[E]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(8, 9, 10) shouldBe >= (7)
                  ^
    

    Definition Classes
    ResultOfCollectedAny
  38. def shouldBe(comparison: ResultOfGreaterThanComparison[C[E]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(8, 9, 10) shouldBe > (7)
                  ^
    

    Definition Classes
    ResultOfCollectedAny
  39. def shouldBe(comparison: ResultOfLessThanOrEqualToComparison[C[E]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(4, 5, 6) shouldBe <= (7)
                 ^
    

    Definition Classes
    ResultOfCollectedAny
  40. def shouldBe(comparison: ResultOfLessThanComparison[C[E]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(4, 5, 6) shouldBe < (7)
                 ^
    

    Definition Classes
    ResultOfCollectedAny
  41. def shouldBe(right: Any): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all (xs) shouldBe 7
             ^
    

    Definition Classes
    ResultOfCollectedAny
  42. def shouldEqual(right: Null)(implicit ev: <:<[C[E], AnyRef]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    result shouldEqual null
           ^
    

    Definition Classes
    ResultOfCollectedAny
  43. def shouldEqual(interval: Interval[C[E]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    result shouldEqual 7.1 +- 0.2
           ^
    

    Definition Classes
    ResultOfCollectedAny
  44. def shouldEqual(right: Any)(implicit equality: Equality[C[E]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all (xs) shouldEqual 7
             ^
    

    Definition Classes
    ResultOfCollectedAny
  45. def shouldNot(beWord: BeWord): ResultOfBeWordForCollectedAny[C[E]]

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) shouldNot be theSameInstanceAs anotherInstance
            ^
    

    Definition Classes
    ResultOfCollectedAny
  46. def shouldNot[U <: C[E]](rightMatcherX1: Matcher[U]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(xs) shouldNot (be (3))
            ^
    

    Definition Classes
    ResultOfCollectedAny
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def toString(): String

    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ResultOfCollectedAny[C[E]]

Inherited from AnyRef

Inherited from Any

Ungrouped