Searched refs:xPropertyInfoOfPathSettings (Results 1 – 1 of 1) sorted by relevance
60 private static Property[] xPropertyInfoOfPathSettings = null; field in PathSettingsTest133 … xPropertyInfoOfPathSettings = 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 10 milliseconds