Skip to content

3.13.0

Compare
Choose a tag to compare
@steve-aom-elliott steve-aom-elliott released this 16 Jul 14:56
· 53 commits to main since this release

What's Changed

  • Removing NoInitializationForInjectMock recipe due to side effects when using recipe by @steve-aom-elliott in #765
  • Adding functionality to MockitoWhenOnStaticToMockStatic for recognizing an existing try-with-resources MockedStatic<T> can be reused instead of creating a new one. by @steve-aom-elliott in #766
  • Inconvertible Mockito when situation involving lambda and static method. by @steve-aom-elliott in #763
  • Changing order of mockito-all -> mockito-core change vs org.mockito:* upgrade, and made the former upgrade to 3.x at the same time, as there aren't aligned versions between the two. by @steve-aom-elliott in #768

New Contributors

Full Changelog: v3.12.0...v3.13.0