This method enables the following syntax:
This method enables the following syntax:
obj must have length (2L)
^
This method is ultimately invoked for objects that have a length
property structure
of type Long
,
but is of a type that is not handled by implicit conversions from nominal types such as
scala.Seq
, java.lang.String
, and java.util.List
.
This method enables the following syntax:
This method enables the following syntax:
exception must have message ("file not found")
^
This method enables the following syntax:
This method enables the following syntax:
obj must have size (2L)
^
This method is ultimately invoked for objects that have a size
property structure
of type Long
,
but is of a type that is not handled by implicit conversions from nominal types such as
Traversable
and java.util.Collection
.
Overrides to return pretty toString.
Overrides to return pretty toString.
"ResultOfHaveWordForExtent([left], [mustBeTrue])"
This class is part of the ScalaTest matchers DSL. Please see the documentation for
Matchers
for an overview of the matchers DSL.