2.13.0
What's Changed
- Jmockit Expectations with no times or result should be transformed to Mockito verify statement by @shivanisky in #530
- Rewrite both JMockit
@Mocked
and@Injectable
annotated arguments by @shivanisky in #532 - Add Kotlin support for JUnit recipes: UpdateBeforeAfterAnnotations by @amitojduggal in #533
- CleanupMockitoImports should not remove used mockito kotlin imports by @gideon-sunbit in #539
- Migrate JMockit Verifications to Mockito by @shivanisky in #540
- Skip RemoveTestPrefix when calling a similarly named method by @timtebeek in #543
- Add AssertTrueNullToAssertNull to CleanupAssertions by @protocol7 in #542
New Contributors
- @shivanisky made their first contribution in #530
- @gideon-sunbit made their first contribution in #539
- @protocol7 made their first contribution in #542
Full Changelog: v2.12.1...v2.13.0