}
@Test
public void testReplaceTransformation_shouldWork() throws Exception {
TransformationDescription desc = getDescriptionForModelAToModelB();
desc.replaceField("testA", "testB", "test", "blub");
installTransformation(desc);
ModelA model = new ModelA();
model.setTestA("testHellotest");