Lines Matching refs:setText

64 		scValiditySourceInput.setText("01/01/08");  in testAllowDateNotBetween()
65 scValidityMaxValueInput.setText("03/01/08"); in testAllowDateNotBetween()
68 scValidityErrorMessageTitle.setText("Stop to enter"); in testAllowDateNotBetween()
69 scValidityErrorMessage.setText("Invalid value"); in testAllowDateNotBetween()
142 scValiditySourceInput.setText("0.33333333"); in testAllowDecimalEqual()
145 scValidityErrorMessageTitle.setText("Stop to enter"); in testAllowDecimalEqual()
146 scValidityErrorMessage.setText("Invalid value"); in testAllowDecimalEqual()
197 scValiditySourceInput.setText("10"); in testAllowGreaterTextLength()
200 scValidityErrorMessageTitle.setText("Stop to enter"); in testAllowGreaterTextLength()
201 scValidityErrorMessage.setText("Invalid value"); in testAllowGreaterTextLength()
242 scValiditySourceInput.setText("10"); in testAllowLessThanTextLength()
246 scValidityInputHelpTitle.setText("Help Info Title"); in testAllowLessThanTextLength()
247 scValidityHelpMessage.setText("help info"); in testAllowLessThanTextLength()
252 scValidityErrorMessageTitle.setText("Notes to enter"); in testAllowLessThanTextLength()
253 scValidityErrorMessage.setText("Invalid value"); in testAllowLessThanTextLength()
293 scValidityErrorMessageTitle.setText("Stop to enter"); in testAllowListSpecialChar()
294 scValidityErrorMessage.setText("Invalid value"); in testAllowListSpecialChar()
327 scValiditySourceInput.setText("27:00"); in testAllowTimeBetween()
328 scValidityMaxValueInput.setText("21:00"); in testAllowTimeBetween()
331 scValidityErrorMessageTitle.setText("Stop to enter"); in testAllowTimeBetween()
332 scValidityErrorMessage.setText("Invalid value"); in testAllowTimeBetween()
423 scValiditySourceInput.setText("8:00"); in testAllowTimeGreaterThan()
429 scValidityErrorMessageTitle.setText("warning to enter"); in testAllowTimeGreaterThan()
430 scValidityErrorMessage.setText("Invalid value"); in testAllowTimeGreaterThan()
465 scValiditySourceInput.setText("100"); in testAllowWholeNumLessThan()
468 scValidityErrorMessageTitle.setText("Stop to enter"); in testAllowWholeNumLessThan()
469 scValidityErrorMessage.setText("Invalid value"); in testAllowWholeNumLessThan()
518 scValiditySourceInput.setText("1"); in testDefaultErrorAlertMessage()
545 scValiditySourceInput.setText("1"); in testUncheckErrorAlert()
568 scValiditySourceInput.setText("$E$2:$G$5"); in testValidityCellRangeSourcePicker()
575 scValidityErrorMessageTitle.setText("Stop to enter"); in testValidityCellRangeSourcePicker()
576 scValidityErrorMessage.setText("Invalid value."); in testValidityCellRangeSourcePicker()
607 scValiditySourceInput.setText("$E$1:$E$5"); in testAllowBlankCells()