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

add another instance test

parent 553a90ba
No related branches found
No related tags found
No related merge requests found
Pipeline #148678 passed
......@@ -25,6 +25,12 @@ public class InstanceTest {
runModule(file);
}
@Test
public void testModConstantAssignment() throws Exception {
String file = "src/test/resources/examples/instance/Counter/ModConstantAssignment.tla";
runModule(file);
}
@Test
public void testOneInstanced() 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