@Test
 public void testPropertyIsLike() {
   assertThat(
       testValidationQueryDelegate.propertyIsLike(Metacard.ANY_TEXT, "helloworld", true),
       is(false));
 }