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