public class TestTextField extends BaseFormComponentTest
{
public void testRewind() throws Exception
{
MockControl translatorc = newControl(Translator.class);
Translator translator = (Translator) translatorc.getMock();
MockControl supportc = newControl(ValidatableFieldSupport.class);
ValidatableFieldSupport support = (ValidatableFieldSupport) supportc.getMock();
TextField component = (TextField) newInstance(TextField.class, new Object[]