@Test
@SpecAssertion(section = "4.6.2", id = "c")
public void methodReturnValueValidationIncludesConstraintsFromSuperClass() throws Exception {
String methodName = "placeOrder";
Object object = new ExtendedOrderService();
Method method = ExtendedOrderService.class.getMethod(
methodName,
String.class,
Item.class,
int.class