Skip to content

0.10.0

Choose a tag to compare

@maciejmikosik maciejmikosik released this 13 Sep 17:03
· 195 commits to master since this release

improvements

  • added more tests to collection contract
  • checked againts illegal usage of collection contract

incompatible changes

  • renamed AssertionException.assertThat -> assertTrue
  • quacksLike(List.class) -> quacksLike(Collection.class).implementing(List.class)