Skip to content

2.16.0

Compare
Choose a tag to compare
@timtebeek timtebeek released this 12 Aug 20:30
· 41 commits to main since this release
b1e8bf0

What's Changed

  • Add unit tests for JMockit Delegate to mockito migration. Also add test case for comments by @shivanisky in #557
  • Convert assertTrue(false, String) and assertFalse(true, String) with fail(String) by @Laurens-W in #558
  • Avoid duplicate before/after annotations in JUnit 3 to 5 by @timtebeek in #562
  • Remove throws from method that adopts assertThrows by @timtebeek in #564
  • Dont convert try catch fail when return by @Laurens-W in #566
  • Use error-prone-contrib AssertJ recipes by @timtebeek in #559
  • Chained AssertJ assertions should be simplified to the corresponding dedicated assertion by @velo in #556
  • Context free SimplifyAssertJAssertion by @timtebeek in #570

New Contributors

Full Changelog: v2.15.0...v2.16.0