}
@Test
@SpecAssertion(section = "4.5.5", id = "c")
public void testReturnValueMarkedAsCascadedInSubClass() throws Exception {
Object object = new CalendarServiceSubClass();
Method method = getCreateEventWithDurationMethod( object );
Object returnValue = new CalendarEvent();
Set<ConstraintViolation<Object>> violations = executableValidator.validateReturnValue(
object,