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

enable test

parent 4f388a88
Branches
No related tags found
No related merge requests found
package de.tla2b.examples;
import org.junit.Ignore;
import org.junit.Test;
import static de.tla2b.util.TestUtil.runModule;
public class InstanceTest {
@Test
public void testInstanceNoName() throws Exception {
String file = "src/test/resources/examples/instance/Counter/InstanceNoName.tla";
runModule(file);
}
@Ignore
@Test
public void testInstance() throws Exception {
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