Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
DInvocationInfo.java17 public InvocationInfo(InvocationOnMock theInvocation) { in InvocationInfo() argument
18 this.method = theInvocation.getMethod(); in InvocationInfo()