Searched defs:InjectMocks (Results 1 - 2 of 2) sorted by relevance

/external/mockito/src/main/java/org/mockito/
H A DInjectMocks.java42 * <p><u>Note 2:</u> If &#064;InjectMocks instance wasn't initialized before and have a no-arg constructor,
50 * <p><u>Note 2:</u> If &#064;InjectMocks instance wasn't initialized before and have a no-arg constructor,
64 * &#064;InjectMocks private ArticleManager manager;
82 * In the above example the field <code>ArticleManager</code> annotated with <code>&#064;InjectMocks</code> can have
140 * Again, note that &#064;InjectMocks will only inject mocks/spies created using the &#64;Spy or &#64;Mock annotation.
165 public @interface InjectMocks {} interface
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 98 milliseconds