Searched refs:nameSet (Results 1 – 1 of 1) sorted by relevance
514 Set<String> nameSet = properties.stringPropertyNames(); in test_stringPropertyNames_scenario1() local515 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() local572 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 …]