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