Searched defs:MockitoAnnotations (Results 1 - 3 of 3) sorted by relevance

/external/mockito/src/org/mockito/
H A DMockitoAnnotations.java25 * MockitoAnnotations.initMocks(this); initializes fields annotated with Mockito annotations.
51 * MockitoAnnotations.initMocks(this);
58 * <b><code>MockitoAnnotations.initMocks(this)</code></b> method has to called to initialize annotated fields.
64 public class MockitoAnnotations { class
73 * Typically, you can just <b>search:</b> import org.mockito.MockitoAnnotations.Mock; <b>and replace with:</b> import org.mockito.Mock;
87 * See examples in javadoc for {@link MockitoAnnotations} class.
91 throw new MockitoException("testClass cannot be null. For info how to use @Mock annotations see examples in javadoc for MockitoAnnotations class");
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/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 560 milliseconds