]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/ActiveTests.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / ActiveTests.java
diff --git a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/ActiveTests.java b/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/ActiveTests.java
new file mode 100644 (file)
index 0000000..b80577e
--- /dev/null
@@ -0,0 +1,24 @@
+package org.simantics.scl.compiler.tests;
+
+import org.junit.Ignore;
+import org.junit.Test;
+
+public class ActiveTests extends TestBase {
+    
+    public ActiveTests() { super("scl"); }
+
+    @Test public void Equations1() { test(); }
+    @Test public void Equality() { test(); }
+    @Test public void ModuleInitialization() { test(); }
+
+    @Test public void ImportJavaConstructor() { test(); }
+    @Test public void MarketModel() { test(); }
+    @Test public void MarketModel2() { test(); }
+    @Ignore
+    @Test public void PatternError() { test(); }
+    @Test public void TypeAliasRefsToTypeAlias() { test(); }
+    @Ignore
+    @Test public void TypeClass2() { test(); }
+    @Test public void TypeClassBug2() { test(); }
+    
+}