Searched refs:addedProDefaultValue (Results 1 – 1 of 1) sorted by relevance
469 String addedProDefaultValue = "testUser"; in testCustomAddPro_Text() local471 addCustomPro(addedProName, addedProDefaultValue); in testCustomAddPro_Text()482 addedProDefaultValue, result); in testCustomAddPro_Text()490 addCustomPro(addedProName, addedProDefaultValue); in testCustomAddPro_DateTime()506 Date addedProDefaultValue = getCurrentDate(); in testCustomAddPro_Date() local524 Duration addedProDefaultValue = new Duration(); in testCustomAddPro_Duration() local525 addedProDefaultValue.Days = 1; in testCustomAddPro_Duration()542 Double addedProDefaultValue = (double)10; in testCustomAddPro_Number() local556 addedProDefaultValue, result); in testCustomAddPro_Number()562 Boolean addedProDefaultValue = true; in testCustomAddPro_Boolean() local[all …]
Completed in 14 milliseconds