Skip to content

0.11.1

Compare
Choose a tag to compare
@lipanski lipanski released this 24 Jun 16:57
· 278 commits to master since this release
  • Introduced Matcher::JsonString which works similarly to the existing Json matcher, except that it takes a String as an argument. This can be useful for test suites which don't expose serde_json methods.
  • Renamed Matcher::JSON to Matcher::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.