]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/ActiveTests.java
Added missing parts from SVN org.simantics.root project.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / ActiveTests.java
1 package org.simantics.scl.compiler.tests;
2
3 import org.junit.Ignore;
4 import org.junit.Test;
5
6 public class ActiveTests extends TestBase {
7     
8     public ActiveTests() { super("scl"); }
9
10     @Test public void Equations1() { test(); }
11     @Test public void Equality() { test(); }
12     @Test public void ModuleInitialization() { test(); }
13
14     @Test public void ImportJavaConstructor() { test(); }
15     @Test public void MarketModel() { test(); }
16     @Test public void MarketModel2() { test(); }
17     @Ignore
18     @Test public void PatternError() { test(); }
19     @Test public void TypeAliasRefsToTypeAlias() { test(); }
20     @Ignore
21     @Test public void TypeClass2() { test(); }
22     @Test public void TypeClassBug2() { test(); }
23     
24 }