Home
last modified time | relevance | path

Searched refs:RUNNER_NAME1 (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DCodeCoverageTestBaseTest.java90 private static final String RUNNER_NAME1 = "android.support.test.runner.AndroidJUnitRunner"; field in CodeCoverageTestBaseTest
251 doReturn(ImmutableList.of(new InstrumentationTarget(PACKAGE_NAME1, RUNNER_NAME1, "")))
258 .get(eq(PACKAGE_NAME1), eq(RUNNER_NAME1), anyInt(), anyInt());
261 .get(eq(PACKAGE_NAME1), eq(RUNNER_NAME1), anyInt(), anyInt());
285 new InstrumentationTarget(PACKAGE_NAME1, RUNNER_NAME1, ""),
286 new InstrumentationTarget(PACKAGE_NAME2, RUNNER_NAME1, ""),
287 new InstrumentationTarget(PACKAGE_NAME3, RUNNER_NAME1, ""));
293 .get(eq(PACKAGE_NAME1), eq(RUNNER_NAME1), anyInt(), anyInt());
296 .get(eq(PACKAGE_NAME1), eq(RUNNER_NAME1), anyInt(), anyInt());
300 .get(eq(PACKAGE_NAME2), eq(RUNNER_NAME1), anyInt(), anyInt());
[all …]