Home
last modified time | relevance | path

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

/aoo4110/main/forms/qa/integration/forms/
H A DFormControlTest.java117 || !checkIntValue ( 20030922, "f_date", "Date" ) in checkFirstRow()
118 || !checkIntValue ( 15000000, "f_time", "Time" ) in checkFirstRow()
119 || !checkIntValue ( 20030923, "f_timestamp_date", "Date" ) in checkFirstRow()
120 || !checkIntValue ( 17152300, "f_timestamp_time", "Time" ) in checkFirstRow()
380 || !checkIntValue ( 19991231, "f_date", "Date" ) in checkRowUpdates()
381 || !checkIntValue ( 23595900, "f_time", "Time" ) in checkRowUpdates()
406 || !checkIntValue ( 20040326, "f_date", "Date" ) in checkRowUpdates()
407 || !checkIntValue ( 17050000, "f_time", "Time" ) in checkRowUpdates()
674 …private boolean checkIntValue( int requiredValue, String fieldName, String propertyName ) throws c… in checkIntValue() method in FormControlTest

Completed in 20 milliseconds