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