This method enables the following syntax, where badBook is, for example, of type Book and
goodRead refers to a BePropertyMatcher[Book]:
This method enables the following syntax, where badBook is, for example, of type Book and
goodRead refers to a BePropertyMatcher[Book]:
badBook will be a (goodRead)
^
This method enables the following syntax:
This method enables the following syntax:
fileMock will be a ('file)
^
This method enables the following syntax (positiveNumber is a AMatcher):
This method enables the following syntax (positiveNumber is a AMatcher):
1 will be a positiveNumber
^
This method enables the following syntax, where badBook is, for example, of type Book and
excellentRead refers to a BePropertyMatcher[Book]:
This method enables the following syntax, where badBook is, for example, of type Book and
excellentRead refers to a BePropertyMatcher[Book]:
book will be an (excellentRead)
^
This method enables the following syntax:
This method enables the following syntax:
fruit will be an ('orange)
^
This method enables the following syntax (positiveNumber is a AnMatcher):
This method enables the following syntax (positiveNumber is a AnMatcher):
1 will be an oddNumber
^
This method enables the following syntax, where fraction is, for example, of type PartialFunction:
This method enables the following syntax, where fraction is, for example, of type PartialFunction:
fraction will be definedAt (6)
^
This method enables the following syntax:
This method enables the following syntax:
result will be theSameInstanceAs anotherObject
^
Overrides to return pretty toString.
Overrides to return pretty toString.
"ResultOfBeWordForAny([left], [willBeTrue])"
This class is part of the ScalaTest matchers DSL. Please see the documentation for
Matchersfor an overview of the matchers DSL.