mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-14 07:17:13 -04:00
added a processor integration test
This commit is contained in:
parent
0f88418be6
commit
dfd823a74a
@ -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);
|
Loading…
x
Reference in New Issue
Block a user