OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MockitoAnnotations
(Results
1 - 4
of
4
) sorted by null
/external/mockito/src/org/mockito/
MockitoAnnotations.java
25
*
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
{
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");
/frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
AndroidJUnitRunnerTest.java
25
import org.mockito.
MockitoAnnotations
;
61
MockitoAnnotations
.initMocks(this);
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
/external/robolectric/lib/test/
mockito-core-1.8.5.jar
Completed in 212 milliseconds