.fail("Never found parameters that satisfied method. Violated assumptions: "
+ fInvalidParameters);
}
public boolean nullsOk() {
Theory annotation= fMethod.getAnnotation(Theory.class);
if (annotation == null)
return false;
return annotation.nullsAccepted();
}