Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/tests/java/ifc/script/
H A D_XTypeConverter.java106 Object destValue = null ; in _convertToSimpleType() local
109 destValue = oObj.convertToSimpleType(value, TypeClass.STRING) ; in _convertToSimpleType()
122 tRes.tested("convertToSimpleType()", destValue != null && in _convertToSimpleType()
123 destValue instanceof String && in _convertToSimpleType()
124 ((String) destValue).equals("123")) ; in _convertToSimpleType()

Completed in 32 milliseconds