Home
last modified time | relevance | path

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

/aoo4110/main/forms/qa/integration/forms/
H A DCellBinding.java134verifyStringCellContent( col, row, text, "A text field does not forward its user input to the cell… in checkTextFieldBinding()
138verifyStringCellContent( col, row, otherText, "A text field does not forward programmatic changes … in checkTextFieldBinding()
204verifyStringCellContent( col, row, refValueA, "A bound radio button with a reference value does no… in checkStringRadioBinding()
206verifyStringCellContent( col, row, refValueB, "A bound radio button with a reference value does no… in checkStringRadioBinding()
267verifyStringCellContent( col, row, refValue, "moving the check box state to 'checked' does not pro… in checkStringCheckBoxBinding()
275verifyStringCellContent( col, row, "", "unchecking a check box via UI does not propagated the ref … in checkStringCheckBoxBinding()
309verifyStringCellContent( col, row, "Apples", "programmatically selecting a list entry is not propa… in checkListBoxBinding()
312verifyStringCellContent( col, row, "Oranges", "UI-selecting a list entry is not propagated to the … in checkListBoxBinding()
426 …private boolean verifyStringCellContent( short col, short row, String text, String failErrorMessag… in verifyStringCellContent() method in CellBinding

Completed in 15 milliseconds