Searched refs:propNames (Results 1 – 1 of 1) sorted by relevance
931 public void assertPropertyEnumeration(Enumeration<?> propNames, in assertPropertyEnumeration() argument934 while (propNames.hasMoreElements()) { in assertPropertyEnumeration()935 String next = (String) propNames.nextElement(); in assertPropertyEnumeration()