}
@Test
public void testSubStringTransformation_shouldWork() throws Exception {
TransformationDescription desc = getDescriptionForModelAToModelB();
desc.substringField("idA", "idB", "0", "4");
installTransformation(desc);
ModelA model = new ModelA();
model.setIdA("this is a test");