OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:realMethod
(Results
1 - 3
of
3
) sorted by null
/external/mockito/src/org/mockito/internal/invocation/
InvocationImpl.java
11
import org.mockito.internal.invocation.
realmethod
.
RealMethod
;
40
final
RealMethod
realMethod
;
43
public InvocationImpl(Object mock, MockitoMethod mockitoMethod, Object[] args, int sequenceNumber,
RealMethod
realMethod
) {
46
this.
realMethod
=
realMethod
;
108
return
realMethod
.invoke(mock, rawArguments);
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
/external/robolectric/lib/test/
mockito-core-1.8.5.jar
Completed in 104 milliseconds