final class ResultOfLengthWordApplication extends AnyRef
This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers
for an overview of
the matchers DSL.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResultOfLengthWordApplication
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ResultOfLengthWordApplication(expectedLength: Long)
Value Members
- def apply[T](resultOfOfTypeInvocation: ResultOfOfTypeInvocation[T])(implicit arg0: Length[T]): HavePropertyMatcher[T, Long]
- val expectedLength: Long
-
def
toString(): String
Overrides toString to return "length (X)", where X is the expectedLength
Overrides toString to return "length (X)", where X is the expectedLength
- Definition Classes
- ResultOfLengthWordApplication → AnyRef → Any