Searched refs:anyList (Results 1 – 4 of 4) sorted by relevance
39 spy.size(anyList()); in shouldNotThrowNPE()
35 when(sorter.sort(ArgumentMatchers.<String>anyList())).thenReturn(null); in shouldCompile()
489 public static <T> List<T> anyList() { in anyList() method in ArgumentMatchers525 return anyList(); in anyListOf()
128 verify(mockHandler).setAnswersForStubbing(ArgumentMatchers.<Answer<?>>anyList()); in should_delegate_all_MockHandlerInterface_to_the_parameterized_MockHandler()