@Test
public void input_mismatch() throws Exception
{
String label = "My Field";
Field field = mockFieldWithLabel(label);
MessageFormatter formatter = mockMessageFormatter();
String message = "{message}";
Pattern constraint = Pattern.compile("\\d{4}");
String value = "abc";