}
@Test
public void testToUpperTransformation_shouldWork() throws Exception {
TransformationDescription desc = getDescriptionForModelAToModelB();
desc.toUpperField("testA", "testB");
installTransformation(desc);
ModelA model = new ModelA();
model.setTestA("hello");