@Test
public void short_value() throws Exception
{
String label = "My Field";
Field field = newFieldWithLabel(label);
MessageFormatter formatter = newMessageFormatter();
String value = "Now the student has become the master.";
String message = "{message}";
Integer constraint = value.length() + 1;