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