OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instantiatetest
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/test-runner/src/android/test/suitebuilder/
TestMethod.java
73
return
instantiateTest
(enclosingClass, testMethodName);
77
private TestCase
instantiateTest
(Class testCaseClass, String testName)
82
return
instantiateTest
(testCaseClass.getSuperclass(), testName);
Completed in 63 milliseconds