HomeSort by relevance Sort by last modified time
    Searched refs:DexTestRunner (Results 1 - 3 of 3) sorted by null

  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DexTestRunner.java 45 * A DexTestRunner runs tests by name from a given list of JARs,
54 class DexTestRunner extends AndroidTestRunner {
55 private static final String LOG_TAG = DexTestRunner.class.getSimpleName();
82 DexTestRunner(
350 DexTestRunner.class.getClassLoader());
AuptTestCase.java 179 return DexTestRunner.parseDexedJarPaths(getParams().getString("jars", ""));
AuptTestRunner.java 106 private DexTestRunner mRunner;
141 mJars.addAll(DexTestRunner.parseDexedJarPaths(parseStringParam("jars", "")));
198 mRunner = new DexTestRunner(this, mScheduler, mJars,
275 /* Passthrough to our DexTestRunner */
289 throw new RuntimeException("DexTestRunner not initialized!");

Completed in 79 milliseconds