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)
- Mocking varargs method with
any(String[].class)
doesn't work as expected (#2796) - (Argument)Matchers regression from 1.10.19 to 2.18.3 for varargs (#1498)
- Cannot verify varargs parameter as an array (#1222)
- ArgumentCaptor can't capture varargs-arrays (#584)
- Verification of an empty varargs call fails when isNotNull() is used (#567)