Searched refs:nameEnum (Results 1 – 1 of 1) sorted by relevance
521 Enumeration<?> nameEnum = properties.propertyNames(); in test_stringPropertyNames_scenario1() local523 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() local580 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 …]