]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/UnimplementedTests.java
Automatic execution of SCL tests in Maven
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / UnimplementedTests.java
diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/UnimplementedTests.java b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/UnimplementedTests.java
new file mode 100644 (file)
index 0000000..612a3ab
--- /dev/null
@@ -0,0 +1,29 @@
+package org.simantics.scl.compiler.tests;
+
+import org.junit.Test;
+
+public class UnimplementedTests extends TestBase {
+    
+    public UnimplementedTests() { super("scl"); }
+
+    @Test public void BigInstances() { test(); }
+    @Test public void BlankExpression() { test(); }
+    @Test public void ClashingValueDefinition() { test(); }
+    @Test public void FunctionalDependencies1() { test(); }
+    @Test public void FunctionalDependencies2() { test(); }  
+    @Test public void InlineLoop() { test(); }
+    @Test public void InstanceTypeVariables() { test(); }
+    @Test public void LP() { test(); }
+    @Test public void Macros3() { test(); }
+    @Test public void MissingTypeParameter() { test(); }
+    @Test(timeout=100L) public void RecursiveValues() { test(); }
+    
+    @Test public void Set1() { test(); }
+    @Test public void Signals() { test(); }
+    @Test public void SpecConstr1() { test(); }  
+    @Test public void StackTrace() { test(); }
+    @Test public void StringInterpolation2() { test(); }
+    @Test public void Timing() { test(); }
+    
+}
+