final class ResultOfBeWordForCollectedArray[T] extends ResultOfBeWordForCollectedAny[Array[T]]
This class is part of the ScalaTest matchers DSL. Please see the documentation for InspectorsMatchers for an overview of
the matchers DSL.
- Source
 - Matchers.scala
 
- Alphabetic
 - By Inheritance
 
- ResultOfBeWordForCollectedArray
 - ResultOfBeWordForCollectedAny
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Instance Constructors
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def a[U <: Array[T]](bePropertyMatcher: BePropertyMatcher[U])(implicit ev: <:<[Array[T], AnyRef]): Assertion
This method enables the following syntax, where
badBookis, for example, of typeBookandgoodReadrefers to aBePropertyMatcher[Book]:This method enables the following syntax, where
badBookis, for example, of typeBookandgoodReadrefers to aBePropertyMatcher[Book]:all(books) should be a (goodRead) ^- Definition Classes
 - ResultOfBeWordForCollectedAny
 
 -    def a(symbol: Symbol)(implicit toAnyRef: <:<[Array[T], AnyRef]): Assertion
This method enables the following syntax:
This method enables the following syntax:
all(xs) should be a ('file) ^- Definition Classes
 - ResultOfBeWordForCollectedAny
 
 -    def an[U <: Array[T]](beTrueMatcher: BePropertyMatcher[U])(implicit ev: <:<[Array[T], AnyRef]): Assertion
This method enables the following syntax, where
badBookis, for example, of typeBookandexcellentReadrefers to aBePropertyMatcher[Book]:This method enables the following syntax, where
badBookis, for example, of typeBookandexcellentReadrefers to aBePropertyMatcher[Book]:all(books) should be an (excellentRead) ^- Definition Classes
 - ResultOfBeWordForCollectedAny
 
 -    def an(symbol: Symbol)(implicit toAnyRef: <:<[Array[T], AnyRef]): Assertion
This method enables the following syntax:
This method enables the following syntax:
all(xs) should be an ('orange) ^- Definition Classes
 - ResultOfBeWordForCollectedAny
 
 -    def apply(right: Symbol): Matcher[Array[T]]
This method enables the following syntax:
This method enables the following syntax:
all(colOfArray) should be ('empty) ^ -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
 
 -    def definedAt[U](right: U)(implicit ev: <:<[Array[T], PartialFunction[U, _]]): Assertion
This method enables the following syntax, where
fractionis, for example, of typePartialFunction:This method enables the following syntax, where
fractionis, for example, of typePartialFunction:all(xs) should be definedAt (6) ^- Definition Classes
 - ResultOfBeWordForCollectedAny
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def theSameInstanceAs(right: AnyRef)(implicit toAnyRef: <:<[Array[T], AnyRef]): Assertion
This method enables the following syntax:
This method enables the following syntax:
all(xs) should be theSameInstanceAs anotherObject ^- Definition Classes
 - ResultOfBeWordForCollectedAny
 
 -    def toString(): String
Overrides to return pretty toString.
Overrides to return pretty toString.
- returns
 "ResultOfBeWordForCollectedArray([collected], [xs], [shouldBeTrue])"
- Definition Classes
 - ResultOfBeWordForCollectedArray → ResultOfBeWordForCollectedAny → AnyRef → Any
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 
Deprecated Value Members
-    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated