final class ResultOfHaveWordForCollectedExtent[A] extends AnyRef
This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers
for an overview of
the matchers DSL.
- Source
- Matchers.scala
- Alphabetic
- By Inheritance
- ResultOfHaveWordForCollectedExtent
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ResultOfHaveWordForCollectedExtent(collected: Collected, xs: GenTraversable[A], original: Any, shouldBeTrue: Boolean, prettifier: Prettifier, pos: Position)
Value Members
-
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) ^
-
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) ^
-
def
toString(): String
Overrides to return pretty toString.
Overrides to return pretty toString.
- returns
"ResultOfHaveWordForCollectedExtent([collected], [xs], [shouldBeTrue])"
- Definition Classes
- ResultOfHaveWordForCollectedExtent → AnyRef → Any