Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/
DIMethods.java213 Object collectionArgMethod(Collection<String> collection); in collectionArgMethod() method
DMethodsImpl.java402 public Object collectionArgMethod(Collection<String> collection) { in collectionArgMethod() method in MethodsImpl