Skip to content
Snippets Groups Projects
Commit 0235f216 authored by Jan Gruteser's avatar Jan Gruteser
Browse files

enable test

parent 4f388a88
Branches
Tags
No related merge requests found
package de.tla2b.examples; package de.tla2b.examples;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import static de.tla2b.util.TestUtil.runModule; import static de.tla2b.util.TestUtil.runModule;
public class InstanceTest { public class InstanceTest {
@Test @Test
public void testInstanceNoName() throws Exception { public void testInstanceNoName() throws Exception {
String file = "src/test/resources/examples/instance/Counter/InstanceNoName.tla"; String file = "src/test/resources/examples/instance/Counter/InstanceNoName.tla";
runModule(file); runModule(file);
} }
@Ignore
@Test @Test
public void testInstance() throws Exception { public void testInstance() throws Exception {
String file = "src/test/resources/examples/instance/Counter/OneInstanced.tla"; String file = "src/test/resources/examples/instance/Counter/OneInstanced.tla";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment