Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertiesTest.java521 Enumeration<?> nameEnum = properties.propertyNames(); in test_stringPropertyNames_scenario1() local
523 while (nameEnum.hasMoreElements()) { in test_stringPropertyNames_scenario1()
525 assertTrue(keyList.contains(nameEnum.nextElement())); in test_stringPropertyNames_scenario1()
537 nameEnum = properties.propertyNames(); in test_stringPropertyNames_scenario1()
539 while (nameEnum.hasMoreElements()) { in test_stringPropertyNames_scenario1()
541 assertTrue(keyList.contains(nameEnum.nextElement())); in test_stringPropertyNames_scenario1()
578 Enumeration<?> nameEnum = properties.propertyNames(); in test_stringPropertyNames_scenario2() local
580 while (nameEnum.hasMoreElements()) { in test_stringPropertyNames_scenario2()
582 assertTrue(keyList.contains(nameEnum.nextElement())); in test_stringPropertyNames_scenario2()
598 nameEnum = properties.propertyNames(); in test_stringPropertyNames_scenario2()
[all …]