mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-22 14:17:51 -04:00
Mockito 4.0 removes several deprecated methods. This commit updates usages of those deprecated methods and upgrades mockito. The changes include: * Replace anyMapOf,anyListOf,anySetOf,anyCollectionOf with the same method name without `Of` and no longer taking any arguments. * Replace anyObject with any * Removing argument from isNull * Replace verifyZeroInteractions with verifyNoMoreInteractions The changes here were completely mechanical, done entirely with forms of find/replace within IntelliJ. |
||
---|---|---|
.. | ||
src | ||
build.gradle |