Home
last modified time | relevance | path

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

/cts/tools/utils/
DCollectAllTests.java317 private static String getKnownFailure(final Class<? extends TestCase> testClass, in getKnownFailure()
322 private static boolean isKnownFailure(final Class<? extends TestCase> testClass, in isKnownFailure()
327 private static boolean isBrokenTest(final Class<? extends TestCase> testClass, in isBrokenTest()
332 private static boolean isSuppressed(final Class<? extends TestCase> testClass, in isSuppressed()
337 private static boolean hasSideEffects(final Class<? extends TestCase> testClass, in hasSideEffects()
342 private static String getAnnotation(final Class<? extends TestCase> testClass, in getAnnotation()
377 Class testClass = test; in addToTests() local
433 TestClass testClass = null; in addToTests() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DJarHostTest.java264 Class<?> testClass = loadClass(className); in loadTest() local
319 Class<?> testClass = cl.loadClass(className); in loadClass() local