2.22.0
What's Changed
- refactor: add @nullable to methods who may return null by @nielsdebruin in #621
- Add
@MockitoSettings(strictness = ...)
based on how Mockito is used, not based on version alone by @Jenson3210 in #623 - Drop RetainStrictnessWarn; replaced with #623 by @timtebeek in #625
- Added default warn strictness if no strictness modifiers are used. by @Jenson3210 in #626
- SimplifyChainedAssertJAssertion drops method calls in replacement by @jtymes in #629
- Add JMockit's MockUp to Mockito migration by @SiBorea in #599
- Initial support for DbRider migration from junit4 to junit5 by @Jenson3210 in #627
assertInstanceOf
not converted from JUnit5 to assertJ by @timo-abele in #606- Add
VerifyZeroToNoMoreInteractions
for Mockito 2 by @jevanlingen in #631 - Added handling of org.mockito.Mockito.eq(..) when simplifying mockito matchers by @adambir in #635
- Update AssertJ recipes to current recipe code style by @jevanlingen in #633
New Contributors
- @nielsdebruin made their first contribution in #621
- @Jenson3210 made their first contribution in #623
- @jtymes made their first contribution in #629
- @SiBorea made their first contribution in #599
- @jevanlingen made their first contribution in #631
- @adambir made their first contribution in #635
Full Changelog: v2.21.0...v2.22.0