444546474849505152
@BeforeMethod public void setupValidator() { validator = ValidatorUtil.getConfiguration() .addValidatedValueHandler( new PropertyValueUnwrapper() ) .addValidatedValueHandler( new UiInputValueUnwrapper() ) .buildValidatorFactory() .getValidator(); }