ResultOfBeWordForCollectedArray
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(colOfArray) should be ('empty) ^
Inherited methods
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) should be a (goodRead) ^
- Inherited from:
- ResultOfBeWordForCollectedAny
This method enables the following syntax:
This method enables the following syntax:
all(xs) should be a ('file) ^
- Inherited from:
- ResultOfBeWordForCollectedAny
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) should be an (excellentRead) ^
- Inherited from:
- ResultOfBeWordForCollectedAny
This method enables the following syntax:
This method enables the following syntax:
all(xs) should be an ('orange) ^
- Inherited from:
- ResultOfBeWordForCollectedAny
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) should be definedAt (6) ^
- Inherited from:
- ResultOfBeWordForCollectedAny
This method enables the following syntax:
This method enables the following syntax:
all(xs) should be theSameInstanceAs anotherObject ^
- Inherited from:
- ResultOfBeWordForCollectedAny