final class ResultOfOfTypeInvocation[T] 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
- ResultOfOfTypeInvocation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ResultOfOfTypeInvocation()(implicit ev: ClassTag[T])
Value Members
-
def
toString(): String
This method enables the following syntax:
This method enables the following syntax:
book should have (length (220) (of [Book])) ^
- Definition Classes
- ResultOfOfTypeInvocation → AnyRef → Any