TranslatedFieldSupport translator = newMock(TranslatedFieldSupport.class);
ValidatableFieldSupport validator = newMock(ValidatableFieldSupport.class);
IValidationDelegate delegate = new ValidationDelegate();
IForm form = new MockForm(delegate);
IMarkupWriter writer = newBufferWriter();
IBinding binding = newMock(IBinding.class);
Location l = newLocation();
ComponentSpecification spec = new ComponentSpecification();