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.java686 …private boolean checkIntValue( int requiredValue, String fieldName, String propertyName ) throws c… in checkIntValue() argument
695 if ( currentValue != requiredValue ) in checkIntValue()
698 System.out.println( " expected: " + String.valueOf( requiredValue ) ); in checkIntValue()
714 …private boolean checkShortValue( short requiredValue, String fieldName, String propertyName ) thro… in checkShortValue() argument
719 if ( currentValue != requiredValue ) in checkShortValue()
722 System.out.println( " expected: " + String.valueOf( requiredValue ) ); in checkShortValue()
738 …private boolean checkDoubleValue( double requiredValue, String fieldName, String propertyName ) th… in checkDoubleValue() argument
741 if ( currentValue != requiredValue ) in checkDoubleValue()
744 System.out.println( " expected: " + String.valueOf( requiredValue ) ); in checkDoubleValue()
754 …private boolean checkStringValue( String requiredValue, String fieldName, String propertyName ) th… in checkStringValue() argument
[all …]