0.11.1
- Introduced
Matcher::JsonString
which works similarly to the existing Json matcher, except that it takes aString
as an argument. This can be useful for test suites which don't exposeserde_json
methods. - Renamed
Matcher::JSON
toMatcher::Json
and introduced a deprecation warning for the old matcher. - Added a debug mode to Mockito, which can be enabled by setting the
MOCKITO_DEBUG
environment variable before running tests.