2.16.0
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)
andassertFalse(true, String)
withfail(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
- @Laurens-W made their first contribution in #558
Full Changelog: v2.15.0...v2.16.0