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
.
This method enables the following syntax:
This method enables the following syntax:
obj should have size (2)
^
This method is ultimately invoked for objects that have a size
property structure
of type Int
,
but is of a type that is not handled by implicit conversions from nominal types such as
Traversable
and java.util.Collection
.
This class is part of the ScalaTest matchers DSL. Please see the documentation for
ShouldMatchers
orMustMatchers
for an overview of the matchers DSL.