Sourced from mockito-core's releases.
v4.11.0
Changelog generated by Shipkit Changelog Gradle Plugin
4.11.0
- 2022-12-28 - 1 commit(s) by Andy Coates
- Improve vararg handling: approach 2 [(#2807)](mockito/mockito#2807)
- Mocking varargs method with
any(String[].class)
doesn't work as expected [(#2796)](mockito/mockito#2796)- (Argument)Matchers regression from 1.10.19 to 2.18.3 for varargs [(#1498)](mockito/mockito#1498)
- Cannot verify varargs parameter as an array [(#1222)](mockito/mockito#1222)
- ArgumentCaptor can't capture varargs-arrays [(#584)](mockito/mockito#584)
- Verification of an empty varargs call fails when isNotNull() is used [(#567)](mockito/mockito#567)
483e15f
Add type()
method to ArgumentMatcher
(#2807)