@Test
 public void testModificationOnUMLFile() {
   super.testModificationOnUMLFile(true);
   final Model model = (Model) rightElement;
   Assert.assertTrue(
       "The applied profile has not been correctly merged",
       model.getAppliedProfile("SysML::Blocks") != null);
 }
 @Override
 @Test
 public void testCommandExecution() throws InterruptedException, IOException {
   super.testCommandExecution();
 }
 @Test
 public void mergeTestAllExecutability() throws InterruptedException {
   super.mergeTestAllExecutability();
 }
 @Test
 public void testDifferences() throws InterruptedException {
   super.testDifferences();
 }
 @BeforeClass
 public static void init()
     throws CoreException, IOException, ModelMultiException, ServiceException {
   AbstractUMLStandaloneCompareTest.init(FOLDER_PATH, MODEL_PATH, true);
 }
 @Test
 public void testOneDiffCommandExecution() throws IOException, InterruptedException {
   super.testOneDiffCommandExecution();
 }
 @Override
 @Test
 public void testRedo() throws IOException, InterruptedException {
   super.testRedo();
 }
 @Ignore("not yet implemented")
 @Test
 public void testDifferences() throws InterruptedException {
   super.testDifferences();
 }
 @Override
 @Test
 public void saveTest() throws IOException {
   super.saveTest();
 }
 @Override
 @Ignore("not yet implemented")
 @Test
 public void testResult() throws InterruptedException {
   super.testResult();
 }
 @Override
 @Ignore("not yet implemented")
 @Test
 public void saveTest() throws IOException {
   super.saveTest();
 }
 @Ignore("not yet implemented")
 @Test
 public void testModificationOnDiFile() {
   super.testModificationOnDiFile(false);
 }
 @Override
 @Ignore("not yet implemented")
 @Test
 public void testCommandExecution() throws InterruptedException, IOException {
   super.testCommandExecution();
 }
 @Ignore("not yet implemented")
 @Test
 public void mergeTestAllExecutability() throws InterruptedException {
   super.mergeTestAllExecutability();
 }
 @Test
 public void testModificationOnNotationFile() {
   super.testModificationOnNotationFile(false);
 }
 @Override
 @Test
 public void testResult() throws InterruptedException {
   super.testResult();
 }
 // TODO this override method should be deleted when this test will be implemented
 @Ignore("not yet implemented")
 @Override
 @Test
 public void testTestConformance() {
   super.testTestConformance();
 }