public void textComplexParamNameMappingNoAnnotationOverride() {
String result;
result = exampleSProcService.createOrUpdateMultipleObjectsWithRandomFieldsNoAnnotationOverride(Lists
.newArrayList(new ExampleDomainObjectWithRandomFieldsOverride("X", "Y", 1)));
assertEquals("XY1", result);
}