})
public void testOneViolationForCascadedValidation() throws Exception {
String methodName = "getItem";
Object object = new OrderLine( null );
Item returnValue = new Item( "foo" );
Method method = OrderLine.class.getMethod( methodName );
Set<ConstraintViolation<Object>> violations = executableValidator.validateReturnValue(
object,
method,