Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertiesTest.java514 Set<String> nameSet = properties.stringPropertyNames(); in test_stringPropertyNames_scenario1() local
515 assertEquals(keys.length, nameSet.size()); in test_stringPropertyNames_scenario1()
516 Iterator<String> iterator = nameSet.iterator(); in test_stringPropertyNames_scenario1()
530 nameSet = properties.stringPropertyNames(); in test_stringPropertyNames_scenario1()
531 assertEquals(keys.length, nameSet.size()); in test_stringPropertyNames_scenario1()
532 iterator = nameSet.iterator(); in test_stringPropertyNames_scenario1()
571 Set<String> nameSet = properties.stringPropertyNames(); in test_stringPropertyNames_scenario2() local
572 assertEquals(keyList.size(), nameSet.size()); in test_stringPropertyNames_scenario2()
573 Iterator<String> iterator = nameSet.iterator(); in test_stringPropertyNames_scenario2()
591 nameSet = properties.stringPropertyNames(); in test_stringPropertyNames_scenario2()
[all …]