.will(returnValue(cn));
smi.setRoot(root);
VariableString filter = new VariableString(
"fullName=${self.name} ${self.surname}");
smi.getInputChain().addMapper(new StringVariable("filter", filter));
smi.setTypeHelper(new TypeHelper());
this.output = new HashMap();
output.put("telephoneNumber", "telephone");
output.put("uid", "login");
output.put("sites", "sites");
output.put("surname", "surname");