Skip to content

hamcrest-java-2.2

Latest
Compare
Choose a tag to compare
@tumbarumba tumbarumba released this 16 Oct 20:55
· 100 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