This method enables the following syntax, where, positiveNumber
is an AnMatcher[Book]
:
This method enables the following syntax, where, positiveNumber
is an AnMatcher[Book]
:
result must not be an (positiveNumber) ^
This method enables the following syntax, where, for example, badBook
is of type Book
and excellentRead
is a BePropertyMatcher[Book]
:
This method enables the following syntax, where, for example, badBook
is of type Book
and excellentRead
is a BePropertyMatcher[Book]
:
badBook must not be an (excellentRead) ^
This method enables the following syntax:
This method enables the following syntax:
badBook must not be an ('excellentRead)
^
Overrides to return pretty toString.
This class is part of the ScalaTest matchers DSL. Please see the documentation for
Matchers
for an overview of the matchers DSL.