@SpecAssertion(section = "4.4.5", id = "h"),
@SpecAssertion(section = "4.4.5", id = "j")
})
public void testGroupConversionGivenOnParameterInSuperClassAndImplementedInterface()
throws Exception {
Object object = new ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnParameter();
Method method = ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnParameter.class
.getMethod( "addUser", User.class );
Object[] parameters = new Object[] { null };
validator.forExecutables().validateParameters( object, method, parameters );