ResultOfBeWordForCollectedAny
This class is part of the ScalaTest matchers DSL. Please see the documentation for InspectorsMatchers for an overview of
the matchers DSL.
Value members
Concrete methods
This method enables the following syntax:
This method enables the following syntax:
all(xs) must be a ('file)
^
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]:
all(books) must be a (goodRead)
^
This method enables the following syntax:
This method enables the following syntax:
all(xs) must be an ('orange)
^
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]:
all(books) must be an (excellentRead)
^
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:
all(xs) must be definedAt (6)
^
This method enables the following syntax:
This method enables the following syntax:
all(xs) must be theSameInstanceAs anotherObject
^