]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/UnimplementedTests.java
Ensure GetElementClassRequest is not constructed without elementFactory
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / UnimplementedTests.java
1 package org.simantics.scl.compiler.tests;
2
3 import org.junit.Test;
4
5 public class UnimplementedTests extends TestBase {
6     
7     public UnimplementedTests() { super("scl"); }
8
9     @Test public void BigInstances() { test(); }
10     @Test public void BlankExpression() { test(); }
11     @Test public void ClashingValueDefinition() { test(); }
12     @Test public void FunctionalDependencies1() { test(); }
13     @Test public void FunctionalDependencies2() { test(); }  
14     @Test public void InlineLoop() { test(); }
15     @Test public void InstanceTypeVariables() { test(); }
16     @Test public void LP() { test(); }
17     @Test public void Macros3() { test(); }
18     @Test public void MissingTypeParameter() { test(); }
19     @Test(timeout=100L) public void RecursiveValues() { test(); }
20     
21     @Test public void Set1() { test(); }
22     @Test public void Signals() { test(); }
23     @Test public void SpecConstr1() { test(); }  
24     @Test public void StackTrace() { test(); }
25     @Test public void StringInterpolation2() { test(); }
26     @Test public void Timing() { test(); }
27     
28 }
29