Home
last modified time | relevance | path

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

/trunk/main/forms/qa/integration/forms/
H A DFormControlTest.java674 …private boolean checkIntValue( int requiredValue, String fieldName, String propertyName ) throws c… in checkIntValue() argument
683 if ( currentValue != requiredValue ) in checkIntValue()
686 log.println( " expected: " + String.valueOf( requiredValue ) ); in checkIntValue()
702 …private boolean checkShortValue( short requiredValue, String fieldName, String propertyName ) thro… in checkShortValue() argument
707 if ( currentValue != requiredValue ) in checkShortValue()
710 log.println( " expected: " + String.valueOf( requiredValue ) ); in checkShortValue()
726 …private boolean checkDoubleValue( double requiredValue, String fieldName, String propertyName ) th… in checkDoubleValue() argument
729 if ( currentValue != requiredValue ) in checkDoubleValue()
732 log.println( " expected: " + String.valueOf( requiredValue ) ); in checkDoubleValue()
745 if ( !currentValue.equals( requiredValue ) ) in checkStringValue()
[all …]

Completed in 19 milliseconds