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