@Test
 public void testPropertyIsFuzzy() {
   assertThat(
       testValidationQueryDelegate.propertyIsFuzzy(Metacard.ANY_TEXT, "helloworld"), is(false));
 }