Home
last modified time | relevance | path

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

/aoo41x/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java60 private static Property[] xPropertyInfoOfPathSettings = null; field in PathSettingsTest
133xPropertyInfoOfPathSettings = xPropSet_of_PathSettings.getPropertySetInfo().getProperties(); in before()
134 aPathSettingNames = new String[xPropertyInfoOfPathSettings.length]; in before()
135 aPathSettingValues = new String[xPropertyInfoOfPathSettings.length]; in before()
140 for (int i = 0; i < xPropertyInfoOfPathSettings.length; i++) in before()
142 final String sName = xPropertyInfoOfPathSettings[i].Name; in before()
149 aListOfWorkingProperty.add(xPropertyInfoOfPathSettings[i]); in before()
207 for (int i = 0; i < xPropertyInfoOfPathSettings.length; i++) in checkInternalListConsistence()
209 final String sName = xPropertyInfoOfPathSettings[i].Name; in checkInternalListConsistence()

Completed in 8 milliseconds