_writer,
cycle,
new FormComponentContributorContextImpl(),
_component);
_translatorControl.setMatcher(new AggregateArgumentsMatcher(new ArgumentMatcher[]
{ null, null, new TypeMatcher(), null }));
_component.getValidators();
_componentControl.setReturnValue(_validator);
_valueConverter.coerceValue(_validator, Iterator.class);
_valueConverterControl.setReturnValue(Collections.singletonList(_validator).iterator());
_validator.renderContribution(
_writer,
cycle,
new FormComponentContributorContextImpl(),
_component);
_validatorControl.setMatcher(new AggregateArgumentsMatcher(new ArgumentMatcher[]
{ null, null, new TypeMatcher(), null }));
replay();
_support.renderContributions(_component, _writer, cycle);
verify();