This class is part of the ScalaTest matchers DSL. Please see the documentation for ShouldMatchers or MustMatchers for an overview of
the matchers DSL.
Subclasses of this abstract class are used as the result of implicit conversions from the various structural types that
are considered to represent length: length or getLength methods or fields that return Int
or Long. This enables the have length (7) syntax to be used with any object that has a length.
The implicit conversion methods that result in this type are:
This class is part of the ScalaTest matchers DSL. Please see the documentation for
ShouldMatchers
orMustMatchers
for an overview of the matchers DSL.Subclasses of this abstract class are used as the result of implicit conversions from the various structural types that are considered to represent length:
length
orgetLength
methods or fields that returnInt
orLong
. This enables thehave length (7)
syntax to be used with any object that has a length. The implicit conversion methods that result in this type are:convertLengthFieldToIntLengthWrapper
convertLengthMethodToIntLengthWrapper
convertGetLengthFieldToIntLengthWrapper
convertGetLengthMethodToIntLengthWrapper
convertLengthFieldToLongLengthWrapper
convertLengthFieldToLongLengthWrapper
convertGetLengthFieldToLongLengthWrapper
convertGetLengthMethodToLongLengthWrapper