cl = c;
}
Set<ParameterInfo> params = SetFactory.createSet(ParameterInfo.class);
main.doAddCDElement(new OperationInfo(cPine, cl, params, Type.INTEGER));
Operation op = null;
for (Operation o : cl.operations()) {
op = o;
}
main.doUpdateCDElement(op, new OperationInfo(cSure, cl, params, Type.BOOLEAN));
assertTrue(cl.operations().size() == 1);