Package org.apache.struts.validator
Class TestValidWhen
java.lang.Object
org.apache.struts.validator.TestValidWhen
Unit tests for the ValidWhen Parser/Lexer.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidtearDown()voidTest double valuesvoidTest float valuesvoidTest Indexed Property.voidTest integer values.voidTest Joined expressions ('and' or 'or')voidtestNull()Test Null.voidTest Operators.voidTest Operators.voidTest String values.
-
Field Details
-
testBean
-
-
Constructor Details
-
TestValidWhen
public TestValidWhen()
-
-
Method Details
-
setUp
-
tearDown
-
testProperty
Test Operators. -
testOperators
Test Operators. -
testString
Test String values. -
testInteger
Test integer values. -
testFloat
Test float values -
testDouble
Test double values -
testNull
Test Null. -
testJoined
Test Joined expressions ('and' or 'or') -
testIndexedValue
Test Indexed Property.
-