"aStr;;24", "aStr", 24, null);
}
@Test
public void methodWithComplexCollections() throws Exception {
BusinessObject bo1 = new BusinessObject(1, "one", new BigDecimal("1.11"));
BusinessObject bo2 = new BusinessObject(2, "two", new BigDecimal("2.22"));
BusinessObject bo3 = new BusinessObject(3, "three", new BigDecimal("3.33"));
ControllerUtil.sendAndReceive(mockMvc, "remoteProviderSimple", "method25", "a;"
+ bo1.toString() + "-;1", "a", new BusinessObject[] { bo1 }, 1);
ControllerUtil.sendAndReceive(mockMvc, "remoteProviderSimple", "method25", "b;"