Skip to content
Snippets Groups Projects
Commit 2d8f510a authored by dgelessus's avatar dgelessus
Browse files

Rename ExampleFilesTest so that it actually runs

parent b0191b09
No related branches found
No related tags found
No related merge requests found
package testing;
package de.tla2b.prettyprintb;
import java.io.File;
import java.util.List;
......@@ -17,10 +17,10 @@ import org.junit.runners.Parameterized;
import static org.junit.Assert.assertEquals;
@RunWith(Parameterized.class)
public class ExampleFilesTest {
public class OperationsTest {
private final File moduleFile;
public ExampleFilesTest(File machine) {
public OperationsTest(File machine) {
this.moduleFile = machine;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment