OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createMockFor
(Results
1 - 6
of
6
) sorted by null
/external/mockito/src/org/mockito/configuration/
AnnotationEngine.java
30
Object
createMockFor
(Annotation annotation, Field field);
/external/mockito/src/org/mockito/internal/configuration/
DefaultAnnotationEngine.java
39
* @see org.mockito.AnnotationEngine#
createMockFor
(java.lang.annotation.Annotation, java.lang.reflect.Field)
42
public Object
createMockFor
(Annotation annotation, Field field) {
66
Object mock =
createMockFor
(annotation, field);
SpyAnnotationEngine.java
41
public Object
createMockFor
(Annotation annotation, Field field) {
InjectingAnnotationEngine.java
31
* @see org.mockito.configuration.AnnotationEngine#
createMockFor
(java.lang.annotation.Annotation, java.lang.reflect.Field)
34
public Object
createMockFor
(Annotation annotation, Field field) {
35
return delegate.
createMockFor
(annotation, field);
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
/external/robolectric/lib/test/
mockito-core-1.8.5.jar
Completed in 4745 milliseconds