Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/util/
DOptionHelperTest.java73 List<String> expectedShortNames = Arrays.asList(TEST_CLASS_SHORTNAME, TEST_SUITE_SHORTNAME); in testGetOptionShortNames() local
75 optionShortNames.containsAll(expectedShortNames)); in testGetOptionShortNames()