Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/util/
DOptionHelperTest.java111 List<String> expectedTokens = Arrays.asList("--" + TEST_FILTER, "a b c"); in testGetValidCliArgs_surroundingQuotes() local
115 assertEquals("Expected matching arrays", expectedTokens, in testGetValidCliArgs_surroundingQuotes()