Home
last modified time | relevance | path

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

/external/mockito/src/org/mockito/internal/creation/
DDelegatingMethod.java11 public class DelegatingMethod implements MockitoMethod { class
15 public DelegatingMethod(Method method) { in DelegatingMethod() method in DelegatingMethod