OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emptyReturnValueFor
(Results
1 - 2
of
2
) sorted by null
/external/easymock/src/org/easymock/internal/
RecordState.java
78
return
emptyReturnValueFor
(invocation.getMethod().getReturnType());
268
public static Object
emptyReturnValueFor
(Class<?> type) {
MocksBehavior.java
108
.
emptyReturnValueFor
(actual.getMethod().getReturnType()));
Completed in 311 milliseconds