This method enables the following syntax:
This method enables the following syntax:
obj should 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 should have message ("file not found") ^
This method enables the following syntax:
This method enables the following syntax:
obj should 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], [shouldBeTrue])"
This class is part of the ScalaTest matchers DSL. Please see the documentation for
Matchers
for an overview of the matchers DSL.