Home
last modified time | relevance | path

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

/trunk/main/forms/qa/integration/forms/
H A DFormControlTest.java120 || !checkStringValue( "the answer", "f_text", "Text" ) in checkFirstRow()
302 || !checkStringValue( "none", "f_text_enum_text", "Text" ) in checkCrossUpdates_radioButton()
313 if ( !checkStringValue( "normal", "f_text_enum_text", "Text" ) ) in checkCrossUpdates_radioButton()
321 if ( !checkStringValue( "important", "f_text_enum_text", "Text" ) ) in checkCrossUpdates_radioButton()
331 || !checkStringValue( "none", "f_text_enum_text", "Text" ) in checkCrossUpdates_radioButton()
388 || !checkStringValue( "test", "f_text", "Text" ) in checkRowUpdates()
414 || !checkStringValue( "yet another stupid, meaningless text", "f_text", "Text" ) in checkRowUpdates()
459 && checkStringValue( "", "f_text", "Text" ) in verifyCleanInsertRow()
754 …private boolean checkStringValue( String requiredValue, String fieldName, String propertyName ) th… in checkStringValue() method in FormControlTest

Completed in 25 milliseconds