Home
last modified time | relevance | path

Searched defs:testClass (Results 1 – 3 of 3) sorted by relevance

/cts/tools/host/src/com/android/cts/
DHostUnitTestRunner.java87 Class testClass = null; in loadTestCase() local
116 Class testClass = cl.loadClass(testPkgName + "." + testClassName); in loadClass() local
131 private TestCase buildTestMethod(Class testClass, in buildTestMethod()
/cts/tools/utils/
DCollectAllTests.java141 Class<?> testClass = null; in main() local
285 private String getKnownFailure(final Class<? extends TestCase> testClass, in getKnownFailure()
290 private boolean isBrokenTest(final Class<? extends TestCase> testClass, in isBrokenTest()
295 private String getAnnotation(final Class<? extends TestCase> testClass, in getAnnotation()
347 TestClass testClass = null; in addToTests() local
/cts/tools/test-progress-new/src/testprogress2/
DTestCoverageDoclet.java339 MethodDoc doc, ClassDoc testClass, boolean testMethods) { in implementedMethod0()