Home
last modified time | relevance | path

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

/trunk/main/forms/qa/integration/forms/
H A DCellBinding.java140verifyStringCellContent( col, row, text, "A text field does not forward its user input to the cell… in checkTextFieldBinding()
144verifyStringCellContent( col, row, otherText, "A text field does not forward programmatic changes … in checkTextFieldBinding()
212verifyStringCellContent( col, row, refValueA, "A bound radio button with a reference value does no… in checkStringRadioBinding()
214verifyStringCellContent( col, row, refValueB, "A bound radio button with a reference value does no… in checkStringRadioBinding()
277verifyStringCellContent( col, row, refValue, "moving the check box state to 'checked' does not pro… in checkStringCheckBoxBinding()
285verifyStringCellContent( col, row, "", "unchecking a check box via UI does not propagated the ref … in checkStringCheckBoxBinding()
320verifyStringCellContent( col, row, "Apples", "programmatically selecting a list entry is not propa… in checkListBoxBinding()
323verifyStringCellContent( col, row, "Oranges", "UI-selecting a list entry is not propagated to the … in checkListBoxBinding()
438 …private boolean verifyStringCellContent( short col, short row, String text, String failErrorMessag… in verifyStringCellContent() method in CellBinding