Searched refs:checkIntValue (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/forms/qa/integration/forms/ |
| H A D | FormControlTest.java | 122 || !checkIntValue ( 20030922, "f_date", "Date" ) in checkFirstRow() 123 || !checkIntValue ( 15000000, "f_time", "Time" ) in checkFirstRow() 124 || !checkIntValue ( 20030923, "f_timestamp_date", "Date" ) in checkFirstRow() 125 || !checkIntValue ( 17152300, "f_timestamp_time", "Time" ) in checkFirstRow() 390 || !checkIntValue ( 19991231, "f_date", "Date" ) in checkRowUpdates() 391 || !checkIntValue ( 23595900, "f_time", "Time" ) in checkRowUpdates() 416 || !checkIntValue ( 20040326, "f_date", "Date" ) in checkRowUpdates() 417 || !checkIntValue ( 17050000, "f_time", "Time" ) in checkRowUpdates() 686 …private boolean checkIntValue( int requiredValue, String fieldName, String propertyName ) throws c… in checkIntValue() method in FormControlTest
|