Home
last modified time | relevance | path

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

/AOO42X/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()
478 String result = (String)getCustomPro(addedProName); in testCustomAddPro_Text()
480 assertTrue("added Text property \""+addedProName+"\" should exist", result != null); in testCustomAddPro_Text()
487 String addedProName = "DateTimePro"; in testCustomAddPro_DateTime() local
490 addCustomPro(addedProName, addedProDefaultValue); in testCustomAddPro_DateTime()
497 DateTime result = (DateTime)getCustomPro(addedProName); in testCustomAddPro_DateTime()
498 assertTrue("added DateTime property \""+addedProName+"\" should exist", result != null); in testCustomAddPro_DateTime()
505 String addedProName = "DatePro"; in testCustomAddPro_Date() local
508 addCustomPro(addedProName, addedProDefaultValue); in testCustomAddPro_Date()
[all …]