builder.build(new URI(url.toString()),
descriptor.getInputParameters());
ComponentContextMock componentCtx
= new ComponentContextMock("componentCtx", expectationContainer);
ICSOperation op = new ICSOperation();
executeICSOperation(expectationContainer, descriptor, request, response);
ByteArrayInputStream bais = new ByteArrayInputStream(
outputStream.toByteArray());