OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:constructorparam
(Results
1 - 1
of
1
) sorted by null
/external/mockito/src/org/mockito/internal/runners/util/
RunnerProvider.java
29
public RunnerImpl newInstance(String runnerClassName, Class<?>
constructorParam
) throws Exception {
39
return (RunnerImpl) constructor.newInstance(
constructorParam
);
Completed in 78 milliseconds