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