Exemplo n.º 1
0
 @Test
 public void testValidate_WithValIsNull() {
   assertTrue(
       "result must be true when validate null value",
       WildcardMatchConstraint.validate(null, "*"));
 }