OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MOCKITO_CONFIGURATION_CLASS_NAME
(Results
1 - 2
of
2
) sorted by null
/external/mockito/src/org/mockito/internal/configuration/
ClassPathLoader.java
61
public static final String
MOCKITO_CONFIGURATION_CLASS_NAME
= "org.mockito.configuration.MockitoConfiguration";
75
configClass = (Class) Class.forName(
MOCKITO_CONFIGURATION_CLASS_NAME
);
86
throw new MockitoConfigurationException("Unable to instantiate " +
MOCKITO_CONFIGURATION_CLASS_NAME
+" class. Does it have a safe, no-arg constructor?", e);
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
Completed in 175 milliseconds