assertFalse("Language string should not match",
constraint.satisfied("abc-"));
assertFalse("Language string should not match",
constraint.satisfied("ab"));
assertFalse("Language string should not match",
constraint.satisfied(""));
}
}
/*
===========================================================================