Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertiesTest.java933 Set<String> propsSet = new HashSet<String>(); in assertPropertyEnumeration() local
936 assertFalse(propsSet.contains(next)); in assertPropertyEnumeration()
937 propsSet.add(next); in assertPropertyEnumeration()
940 assertEquals(expected.length, propsSet.size()); in assertPropertyEnumeration()
941 assertTrue(propsSet.containsAll(Arrays.asList(expected))); in assertPropertyEnumeration()