Home
last modified time | relevance | path

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

/trunk/main/dbaccess/qa/complex/dbaccess/
H A DSingleSelectQueryComposer.java88 private void checkAttributeAccess(String _attributeName, String _attributeValue) in checkAttributeAccess() argument
90 System.out.println("setting " + _attributeName + " to " + _attributeValue); in checkAttributeAccess()
95 … final Method attributeGetter = composerClass.getMethod("get" + _attributeName, new Class[] in checkAttributeAccess()
98 … final Method attributeSetter = composerClass.getMethod("set" + _attributeName, new Class[] in checkAttributeAccess()
120 …assertTrue("set/get" + _attributeName + " not working as expected (set: " + _attributeValue + ", g… in checkAttributeAccess()

Completed in 17 milliseconds