Home
last modified time | relevance | path

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

/aoo41x/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java102 ArrayList<Property> aListOfWorkingProperty; field in PathSettingsTest
137 aListOfWorkingProperty = new ArrayList<Property>(); in before()
149 aListOfWorkingProperty.add(xPropertyInfoOfPathSettings[i]); in before()
289 for (int i = 0; i < aListOfWorkingProperty.size(); i++) in showPathSettings()
291 final String sName = aListOfWorkingProperty.get(i).Name; in showPathSettings()
425 for (int i = 0; i < aListOfWorkingProperty.size(); i++) in checkXFastPropertySet()
427 … final Property property = aListOfWorkingProperty.get(i); // xPropertyInfoOfPathSettings[i]; in checkXFastPropertySet()

Completed in 14 milliseconds