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.java121 || !checkShortValue ( (short)1, "f_tinyint", "State" ) in checkFirstRow()
218 if ( !checkShortValue ( (short)1, "f_tinyint", "State" ) in checkCrossUpdates_checkBox()
250 if ( !checkShortValue ( (short)1, "f_tinyint", "State" ) in checkCrossUpdates_checkBox()
263 if ( !checkShortValue ( (short)1, "f_tinyint", "State" ) in checkCrossUpdates_checkBox()
273 if ( !checkShortValue ( (short)0, "f_tinyint", "State" ) in checkCrossUpdates_checkBox()
447 && checkShortValue( (short)2, "f_tinyint", "State" ) in verifyCleanInsertRow()
702 …private boolean checkShortValue( short requiredValue, String fieldName, String propertyName ) thro… in checkShortValue() method in FormControlTest

Completed in 16 milliseconds