org.scalatest.matchers.MustMatchers

ResultOfCollectedArray

final class ResultOfCollectedArray[T] extends ResultOfCollectedAny[Array[T]]

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[Array[T]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ResultOfCollectedArray
  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 ResultOfCollectedArray(collected: Collected, xs: GenTraversable[Array[T]])

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. def must(containWord: ContainWord): ResultOfContainWordForCollectedArray[T]

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(colOfArray) must contain (containMatcher)
                    ^
    

  15. def must(notWord: NotWord): ResultOfNotWordForCollectedArray[T, Array[T]]

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(colOfArray) must not have size (3)
                    ^
    

    Definition Classes
    ResultOfCollectedArrayResultOfCollectedAny
  16. def must(beWord: BeWord): ResultOfBeWordForCollectedArray[T]

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(colOfArray) must be theSameInstanceAs anotherObject
                    ^
    

    Definition Classes
    ResultOfCollectedArrayResultOfCollectedAny
  17. def must(inv: TripleEqualsInvocationOnInterval[Array[T]])(implicit ev: Numeric[Array[T]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

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

    Definition Classes
    ResultOfCollectedAny
  18. def must[U](inv: TripleEqualsInvocation[U])(implicit constraint: EqualityConstraint[Array[T], U]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all (xs) must === (b)
             ^
    

    Definition Classes
    ResultOfCollectedAny
  19. def must(haveWord: HaveWord)(implicit ev: Extent[Array[T]]): ResultOfHaveWordForCollectedExtent[Array[T]]

    This method enables syntax such as the following:

    This method enables syntax such as the following:

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

    Definition Classes
    ResultOfCollectedAny
  20. def must[TYPECLASS1[_], TYPECLASS2[_]](rightMatcherFactory2: MatcherFactory2[Array[T], TYPECLASS1, TYPECLASS2])(implicit typeClass1: TYPECLASS1[Array[T]], typeClass2: TYPECLASS2[Array[T]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

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

    Definition Classes
    ResultOfCollectedAny
  21. def must[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[Array[T], TYPECLASS1])(implicit typeClass1: TYPECLASS1[Array[T]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(xs) must equal (3)
            ^
    

    Definition Classes
    ResultOfCollectedAny
  22. def must(rightMatcher: Matcher[Array[T]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(xs) must be (3)
            ^
    

    Definition Classes
    ResultOfCollectedAny
  23. def mustBe[U <: Array[T]](resultOfAnWordApplication: ResultOfAnWordToBePropertyMatcherApplication[U])(implicit ev: <:<[Array[T], 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) mustBe an (excellentRead)
            ^
    

    Definition Classes
    ResultOfCollectedAny
  24. def mustBe[U <: Array[T]](resultOfAWordApplication: ResultOfAWordToBePropertyMatcherApplication[U])(implicit ev: <:<[Array[T], 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) mustBe a (goodRead)
            ^
    

    Definition Classes
    ResultOfCollectedAny
  25. def mustBe[U <: Array[T]](bePropertyMatcher: BePropertyMatcher[U])(implicit ev: <:<[Array[T], 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) mustBe excellentRead
            ^
    

    Definition Classes
    ResultOfCollectedAny
  26. def mustBe(o: Null)(implicit ev: <:<[Array[T], AnyRef]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) mustBe null
            ^
    

    Definition Classes
    ResultOfCollectedAny
  27. def mustBe(resultOfAnWordApplication: ResultOfAnWordToSymbolApplication)(implicit ev: <:<[Array[T], AnyRef]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) mustBe an ('empty)
         ^
    

    Definition Classes
    ResultOfCollectedAny
  28. def mustBe(resultOfAWordApplication: ResultOfAWordToSymbolApplication)(implicit ev: <:<[Array[T], AnyRef]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) mustBe a ('empty)
         ^
    

    Definition Classes
    ResultOfCollectedAny
  29. def mustBe(symbol: Symbol)(implicit ev: <:<[Array[T], AnyRef]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) mustBe 'empty
            ^
    

    Definition Classes
    ResultOfCollectedAny
  30. def mustBe(resultOfSameInstanceAsApplication: ResultOfTheSameInstanceAsApplication)(implicit ev: <:<[Array[T], AnyRef]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(xs) mustBe theSameInstanceAs (anotherObject)
            ^
    

    Definition Classes
    ResultOfCollectedAny
  31. def mustBe(interval: Interval[Array[T]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(xs) mustBe 7.1 +- 0.2
            ^
    

    Definition Classes
    ResultOfCollectedAny
  32. def mustBe(beMatcher: BeMatcher[Array[T]]): 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) mustBe odd
            ^
    

    Definition Classes
    ResultOfCollectedAny
  33. def mustBe(comparison: ResultOfGreaterThanOrEqualToComparison[Array[T]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

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

    Definition Classes
    ResultOfCollectedAny
  34. def mustBe(comparison: ResultOfGreaterThanComparison[Array[T]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

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

    Definition Classes
    ResultOfCollectedAny
  35. def mustBe(comparison: ResultOfLessThanOrEqualToComparison[Array[T]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

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

    Definition Classes
    ResultOfCollectedAny
  36. def mustBe(comparison: ResultOfLessThanComparison[Array[T]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

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

    Definition Classes
    ResultOfCollectedAny
  37. def mustBe(right: Any): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all (xs) mustBe 7
             ^
    

    Definition Classes
    ResultOfCollectedAny
  38. def mustEqual(right: Null)(implicit ev: <:<[Array[T], AnyRef]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    result mustEqual null
           ^
    

    Definition Classes
    ResultOfCollectedAny
  39. def mustEqual(interval: Interval[Array[T]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    result mustEqual 7.1 +- 0.2
           ^
    

    Definition Classes
    ResultOfCollectedAny
  40. def mustEqual(right: Any)(implicit equality: Equality[Array[T]]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all (xs) mustEqual 7
             ^
    

    Definition Classes
    ResultOfCollectedAny
  41. def mustNot(beWord: BeWord): ResultOfBeWordForCollectedAny[Array[T]]

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) mustNot be theSameInstanceAs anotherInstance
            ^
    

    Definition Classes
    ResultOfCollectedAny
  42. def mustNot[U <: Array[T]](rightMatcherX1: Matcher[U]): Unit

    This method enables syntax such as the following:

    This method enables syntax such as the following:

    all(xs) mustNot (be (3))
            ^
    

    Definition Classes
    ResultOfCollectedAny
  43. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ResultOfCollectedAny[Array[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped