Package org.apache.bval.constraints
Class AssertFalseValidatorTest
- java.lang.Object
-
- org.apache.bval.constraints.AssertFalseValidatorTest
-
public class AssertFalseValidatorTest extends Object
Checks correct behaviour ofAssertFalseValidator
.Per the spec:
- The annotated element must be false.
null
elements are considered valid.
- Author:
- Carlos Vara
- See Also:
- "bean_validation-1_0_CR1-pfd-spec#Chapter6#Example6.4"
-
-
Constructor Summary
Constructors Constructor Description AssertFalseValidatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testAssertFalseValidator()
TestAssertFalseValidator
withnull
context.
-