Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DCtsConfigLoadingTest.java139 private static final Set<String> ALLOWED_INSTRUMENTATION_RUNNER_NAME = new HashSet<>(); field in CtsConfigLoadingTest
141 ALLOWED_INSTRUMENTATION_RUNNER_NAME.add("android.support.test.runner.AndroidJUnitRunner");
142 ALLOWED_INSTRUMENTATION_RUNNER_NAME.add("androidx.test.runner.AndroidJUnitRunner");
260 !ALLOWED_INSTRUMENTATION_RUNNER_NAME.contains(instru.getRunnerName())) { in testConfigurationLoad()
266 ALLOWED_INSTRUMENTATION_RUNNER_NAME)); in testConfigurationLoad()