public void testEMFText2Textoperation() {
EMFText2TextOperation operation = new EMFText2TextOperation();
assertNotNull(operation);
IMetaInformation metaInformation = DynamicEMFTextProvider.getMetaInformation(testFile);
assertNotNull(metaInformation);
EMFTextRepresentation representation = new EMFTextRepresentation(testFile, metaInformation);
assertNotNull(representation);
assertNotNull(representation.getSourceText());