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.java115 || !checkStringValue( "the answer", "f_text", "Text" ) in checkFirstRow()
293 || !checkStringValue( "none", "f_text_enum_text", "Text" ) in checkCrossUpdates_radioButton()
304 if ( !checkStringValue( "normal", "f_text_enum_text", "Text" ) ) in checkCrossUpdates_radioButton()
312 if ( !checkStringValue( "important", "f_text_enum_text", "Text" ) ) in checkCrossUpdates_radioButton()
322 || !checkStringValue( "none", "f_text_enum_text", "Text" ) in checkCrossUpdates_radioButton()
378 || !checkStringValue( "test", "f_text", "Text" ) in checkRowUpdates()
404 || !checkStringValue( "yet another stupid, meaningless text", "f_text", "Text" ) in checkRowUpdates()
448 && checkStringValue( "", "f_text", "Text" ) in verifyCleanInsertRow()
742 …private boolean checkStringValue( String requiredValue, String fieldName, String propertyName ) th… in checkStringValue() method in FormControlTest

Completed in 21 milliseconds