Home
last modified time | relevance | path

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

/trunk/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java468 String addedProName = "TextPro"; in testCustomAddPro_Text() local
471 addCustomPro(addedProName, addedProDefaultValue); in testCustomAddPro_Text()
487 String addedProName = "DateTimePro"; in testCustomAddPro_DateTime() local
490 addCustomPro(addedProName, addedProDefaultValue); in testCustomAddPro_DateTime()
505 String addedProName = "DatePro"; in testCustomAddPro_Date() local
515 Date result = (Date)getCustomPro(addedProName); in testCustomAddPro_Date()
523 String addedProName = "DurationPro"; in testCustomAddPro_Duration() local
541 String addedProName = "NumberPro"; in testCustomAddPro_Number() local
551 Object oResult = getCustomPro(addedProName); in testCustomAddPro_Number()
561 String addedProName = "BooleanPro"; in testCustomAddPro_Boolean() local
[all …]

Completed in 15 milliseconds