path.addBeanNode();
ConstraintValidatorContextImpl context = new ConstraintValidatorContextImpl(
null, path, null
);
context.disableDefaultConstraintViolation();
return context;
}
private void assertMessageAndPath(ConstraintViolationCreationContext constraintViolationCreationContext, String expectedMessage, String expectedPath) {
assertTrue(