}
@Test
public void testReverseTransformation_shouldWork() throws Exception {
TransformationDescription desc = getDescriptionForModelAToModelB();
desc.reverseField("testA", "testB");
installTransformation(desc);
ModelA model = new ModelA();
model.setTestA("This is a teststring");