]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/UnimplementedTests.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / UnimplementedTests.java
diff --git a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/UnimplementedTests.java b/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/UnimplementedTests.java
new file mode 100644 (file)
index 0000000..898a9b1
--- /dev/null
@@ -0,0 +1,28 @@
+package org.simantics.scl.compiler.tests;
+
+import org.junit.Test;
+
+public class UnimplementedTests extends TestBase {
+    
+    public UnimplementedTests() { super("scl"); }
+
+    @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(); }
+    
+}
+