ResultOfHaveWordForCollectedExtent

org.scalatest.matchers.must.Matchers.ResultOfHaveWordForCollectedExtent
final class ResultOfHaveWordForCollectedExtent[A](collected: Collected, xs: Iterable[A], original: Any, mustBeTrue: 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.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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) must have length (12)
                    ^

Attributes

infix def size(expectedSize: Long)(implicit sz: Size[A]): Assertion

This method enables the following syntax:

This method enables the following syntax:

all (xs) must have size (12)
                    ^

Attributes

override def toString: String

Overrides to return pretty toString.

Overrides to return pretty toString.

Attributes

Returns

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

Definition Classes
Any