3.13.0
·
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-resourcesMockedStatic<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 vsorg.mockito:*
upgrade, and made the former upgrade to3.x
at the same time, as there aren't aligned versions between the two. by @steve-aom-elliott in #768
New Contributors
- @steve-aom-elliott made their first contribution in #765
Full Changelog: v3.12.0...v3.13.0