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