Home
last modified time | relevance | path

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

/trunk/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java457 …private Object getCustomPro(String propertyName) throws UnknownPropertyException, WrappedTargetExc… in getCustomPro() method in CheckFileProperties
478 String result = (String)getCustomPro(addedProName); in testCustomAddPro_Text()
497 DateTime result = (DateTime)getCustomPro(addedProName); in testCustomAddPro_DateTime()
515 Date result = (Date)getCustomPro(addedProName); in testCustomAddPro_Date()
534 Duration result = (Duration)getCustomPro(addedProName); in testCustomAddPro_Duration()
551 Object oResult = getCustomPro(addedProName); in testCustomAddPro_Number()
571 Object oResult = getCustomPro(addedProName); in testCustomAddPro_Boolean()

Completed in 14 milliseconds