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

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

Completed in 106 milliseconds