HomeSort by relevance Sort by last modified time
    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 837 milliseconds