Skip to content

2.22.0

Compare
Choose a tag to compare
@timtebeek timtebeek released this 13 Nov 16:42
· 30 commits to main since this release

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

Full Changelog: v2.21.0...v2.22.0