final class LengthWord 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
- LengthWord.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LengthWord
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LengthWord()
Value Members
-
def
apply(expectedLength: Long): ResultOfLengthWordApplication
This method enables the following syntax:
This method enables the following syntax:
"hi" should not have length (3) ^
-
def
toString(): String
Overrides toString to return "length"
Overrides toString to return "length"
- Definition Classes
- LengthWord → AnyRef → Any