final class ResultOfSizeWordApplication 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
- ResultOfSizeWordApplication
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ResultOfSizeWordApplication(expectedSize: Long)
Value Members
- def apply[T](resultOfOfTypeInvocation: ResultOfOfTypeInvocation[T])(implicit arg0: Size[T]): HavePropertyMatcher[T, Long]
- val expectedSize: Long
-
def
toString(): String
Overrides toString to return "size (X)", where X is expectedSize
Overrides toString to return "size (X)", where X is expectedSize
- Definition Classes
- ResultOfSizeWordApplication → AnyRef → Any