ResultOfHaveWordForCollectedExtent

final class ResultOfHaveWordForCollectedExtent[A](collected: Collected, xs: Iterable[A], original: Any, shouldBeTrue: Boolean, prettifier: Prettifier, pos: Position)

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

class Object
trait Matchable
class Any

Value members

Concrete methods

infix def length(expectedLength: Long)(implicit len: Length[A]): Assertion

This method enables the following syntax:

This method enables the following syntax:

all (xs) should have length (12)
                    ^
infix def size(expectedSize: Long)(implicit sz: Size[A]): Assertion

This method enables the following syntax:

This method enables the following syntax:

all (xs) should have size (12)
                    ^
override def toString: String

Overrides to return pretty toString.

Overrides to return pretty toString.

Returns:

"ResultOfHaveWordForCollectedExtent([collected], [xs], [shouldBeTrue])"

Definition Classes
Any