Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparerTest.java214 ArrayList<String> expectProperties = new ArrayList<String>( in testBuildRequestString() local
240 if(expectProperties.contains(property[0])) { in testBuildRequestString()
241 assertEquals(expectPropertyValues.get(expectProperties.indexOf(property[0])), in testBuildRequestString()
243 expectProperties.remove(property[0]); in testBuildRequestString()
265 assertEquals(expectProperties.size(), 0); in testBuildRequestString()