I’m using mockito-core:2.8.47 and Java 7 and want to use in a when and verify anyListOf or some other any method. My Problem is, if I just use anyList it says: The method name( int, List < List < String > >) in the type Y is not applicable for the arguments ( int, List < Object > ) How