@SpecAssertions({
@SpecAssertion(section = "4.4.5", id = "i"),
@SpecAssertion(section = "4.4.5", id = "j")
})
public void testGroupConversionGivenOnReturnValueInParallelInterfaces() throws Exception {
Object object = new ImplementationOfParallelInterfacesWithGroupConversionOnReturnValue();
Method method = ImplementationOfParallelInterfacesWithGroupConversionOnReturnValue.class.getMethod(
"getUser"
);
Object returnValue = null;