Skip to content
Snippets Groups Projects
Commit 2dafe758 authored by Alberto Debiasi's avatar Alberto Debiasi
Browse files

Make verificationService.test.runtime an eclipse-test-plugin.

Change-Id: Ic93726f17b4db7fa8926d4c505a3f037a58f7bcb
parent bd0eed9f
No related branches found
No related tags found
No related merge requests found
Showing
with 12 additions and 2 deletions
......@@ -6,8 +6,8 @@
<groupId>org.polarsys.chess</groupId>
<artifactId>org.polarsys.chess.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../../org.polarsys.chess.parent</relativePath>
<relativePath>../../org.polarsys.chess.parent</relativePath>
</parent>
<artifactId>org.polarsys.chess.contracts.verificationService.test.runtime</artifactId>
<packaging>eclipse-plugin</packaging>
<packaging>eclipse-test-plugin</packaging>
</project>
......@@ -13,6 +13,7 @@ package org.polarsys.chess.contracts.verificationService.test.runtime.tests;
import org.eclipse.uml2.uml.Element;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.polarsys.chess.contracts.profile.chesscontract.util.EntityUtil;
import org.polarsys.chess.core.profiles.CHESSProfileManager;
......@@ -29,6 +30,7 @@ public class TestApplyCHESSStereotype {
@Test
@Ignore
public void testApplyCHESSStereotype() {
CHESSProfileManager.applyCHESSStereotype(model);
......
......@@ -13,6 +13,7 @@ package org.polarsys.chess.contracts.verificationService.test.runtime.tests;
import org.eclipse.uml2.uml.Model;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.polarsys.chess.contracts.profile.chesscontract.util.EntityUtil;
import org.polarsys.chess.core.profiles.CHESSProfileManager;
......@@ -28,6 +29,7 @@ public class TestApplyRecursively {
}
@Test
@Ignore
public void testApplyRecursively() {
CHESSProfileManager.applyRecursively(model);
......
......@@ -23,6 +23,7 @@ import org.eclipse.xtext.resource.XtextResource;
import org.eclipse.xtext.validation.Issue;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.polarsys.chess.contracts.profile.chesscontract.util.EntityUtil;
import org.polarsys.chess.contracts.verificationService.test.runtime.util.TestUtil;
......@@ -78,6 +79,7 @@ private final int timeout = 1000*60*5;
}
@Test
@Ignore
public void testCheckContractRefinementOfCHESSComponent() throws Exception {
System.out.println("Workspace: "+workspace);
......
......@@ -15,6 +15,7 @@ import org.eclipse.uml2.uml.Package;
import org.eclipse.uml2.uml.Stereotype;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.polarsys.chess.chessmlprofile.Core.CHESS;
import org.polarsys.chess.chessmlprofile.Core.CHESSViews.AnalysisView;
......@@ -39,6 +40,7 @@ public class TestCreateViews {
}
@Test
@Ignore
public void testcreateViews() {
CHESSProfileManager.createViews(model);
......
......@@ -19,6 +19,7 @@ import org.apache.log4j.PropertyConfigurator;
import org.eclipse.uml2.uml.Model;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.polarsys.chess.contracts.profile.chesscontract.util.EntityUtil;
import org.polarsys.chess.verificationService.ui.services.ExecCommandService;
......@@ -65,6 +66,7 @@ public class TestModelChecking {
}
@Test
@Ignore
public void testModelChecking() throws Exception {
Assert.assertEquals(true, execCommandService.execModelChecking(isProgrExecution,isDiscrete, projectPath,projectName, modelName, elementURI, property, algorithm_type, check_type,resultFilePath));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment