Home
last modified time | relevance | path

Searched refs:anyCollection (Results 1 – 2 of 2) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/spies/
DStubbingSpiesDoesNotYieldNPETest.java40 spy.size(anyCollection()); in shouldNotThrowNPE()
/external/mockito/src/main/java/org/mockito/
DArgumentMatchers.java668 public static <T> Collection<T> anyCollection() { in anyCollection() method in ArgumentMatchers
706 return anyCollection(); in anyCollectionOf()