Skip to content

Hamcrest v2.2-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tumbarumba tumbarumba released this 05 Sep 09:20
· 135 commits to master since this release

Improvements

  • AllOf/AnyOf: Pass the matchers to constructor using varargs (Issue #245)
  • Matchers.anyOf: Fix generic bounds compatibility for JDK 11 (Issue #256, Issue #257)
  • AssertionError message is unhelpful when match fails for byte type (Issue #254, Issue #255)
  • Use platform specific line breaks (PR #267)
  • Build now checks for consistent use of spaces (PR #217)

Bugfixes