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(); } }