added a processor integration test

This commit is contained in:
hneemann 2016-04-15 19:14:48 +02:00
parent 0f88418be6
commit dfd823a74a

View File

@ -19,8 +19,7 @@ import java.util.List;
/** /**
* @author hneemann * @author hneemann
*/ */
public class TestFibonacci extends TestCase { public class TestProcessor extends TestCase {
private Model createModel(String file) throws IOException, PinException, NodeException { private Model createModel(String file) throws IOException, PinException, NodeException {
File filename = new File(Resources.getRoot(), file); File filename = new File(Resources.getRoot(), file);