This method enables the following syntax given a MatcherFactory5
, where validNumber
is an AMatcher
:
This method enables the following syntax given a MatcherFactory5
, where validNumber
is an AMatcher
:
aMatcherFactory and be a (validNumber) ^
This method enables the following syntax given a MatcherFactory5
, where file
is a BePropertyMatcher
:
This method enables the following syntax given a MatcherFactory5
, where file
is a BePropertyMatcher
:
aMatcherFactory and be a (file) ^
This method enables the following syntax given a MatcherFactory5
, where integerNumber
is an AnMatcher
:
This method enables the following syntax given a MatcherFactory5
, where integerNumber
is an AnMatcher
:
aMatcherFactory and be an (integerNumber) ^
This method enables the following syntax given a MatcherFactory5
, where apple
is a BePropertyMatcher
:
This method enables the following syntax given a MatcherFactory5
, where apple
is a BePropertyMatcher
:
aMatcherFactory and be an (apple) ^
This method enables the following syntax, where fraction
refers to a PartialFunction
:
This method enables the following syntax, where fraction
refers to a PartialFunction
:
aMatcherFactory and be definedAt (8) ^
This method enables the following syntax given a MatcherFactory5
:
This method enables the following syntax given a MatcherFactory5
:
aMatcherFactory and be theSameInstanceAs (string) ^
This class is part of the ScalaTest matchers DSL. Please see the documentation for
Matchers
for an overview of the matchers DSL.