Searched refs:addedProDefaultValue (Results 1 – 1 of 1) sorted by relevance
454 String addedProDefaultValue = "testUser"; in testCustomAddPro_Text() local456 addCustomPro(addedProName, addedProDefaultValue); in testCustomAddPro_Text()467 addedProDefaultValue, result); in testCustomAddPro_Text()475 addCustomPro(addedProName, addedProDefaultValue); in testCustomAddPro_DateTime()491 Date addedProDefaultValue = getCurrentDate(); in testCustomAddPro_Date() local509 Duration addedProDefaultValue = new Duration(); in testCustomAddPro_Duration() local510 addedProDefaultValue.Days = 1; in testCustomAddPro_Duration()527 Double addedProDefaultValue = (double)10; in testCustomAddPro_Number() local541 addedProDefaultValue, result); in testCustomAddPro_Number()547 Boolean addedProDefaultValue = true; in testCustomAddPro_Boolean() local[all …]
Completed in 41 milliseconds