Home
last modified time | relevance | path

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

/trunk/main/forms/qa/integration/forms/
H A DFormControlTest.java126 || !checkShortValue ( (short)1, "f_tinyint", "State" ) in checkFirstRow()
226 if ( !checkShortValue ( (short)1, "f_tinyint", "State" ) in checkCrossUpdates_checkBox()
258 if ( !checkShortValue ( (short)1, "f_tinyint", "State" ) in checkCrossUpdates_checkBox()
271 if ( !checkShortValue ( (short)1, "f_tinyint", "State" ) in checkCrossUpdates_checkBox()
281 if ( !checkShortValue ( (short)0, "f_tinyint", "State" ) in checkCrossUpdates_checkBox()
458 && checkShortValue( (short)2, "f_tinyint", "State" ) in verifyCleanInsertRow()
714 …private boolean checkShortValue( short requiredValue, String fieldName, String propertyName ) thro… in checkShortValue() method in FormControlTest

Completed in 25 milliseconds