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