Searched refs:addedProName (Results 1 – 1 of 1) sorted by relevance
468 String addedProName = "TextPro"; in testCustomAddPro_Text() local471 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() local490 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() local508 addCustomPro(addedProName, addedProDefaultValue); in testCustomAddPro_Date()[all …]