Home
last modified time | relevance | path

Searched defs:forCollection (Results 1 – 2 of 2) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/
DIMethods.java199 String forCollection(Collection<String> collection); in forCollection() method
DMethodsImpl.java374 public String forCollection(Collection<String> collection) { in forCollection() method in MethodsImpl