_component.getTranslator();
_componentControl.setReturnValue(_translator);
_support.setThreadLocale(newThreadLocale());
ValidatorException ex = new ValidatorException("");
Object object = new Object();
_translator.parse(_component, "some value");
_translatorControl.setReturnValue(object);