Skip to content

Commit

Permalink
#29 #36 #37 loading data works
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechp committed May 17, 2017
1 parent 88adbdc commit f963fb9
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package org.fujaba.graphengine.unitTests;

import java.io.File;

import org.fujaba.graphengine.graph.Graph;
import org.fujaba.graphengine.stateelimination.TTCStateCaseGraphLoader;
import org.junit.Assert;
Expand All @@ -14,6 +12,10 @@ public void testLoadingTTCStateCaseData() {
String taskMainPath = "src/main/resources/ExperimentalData/testdata/emf/task-main/";
Graph g;

/*
* just loading models and count nodes:
*/

g = TTCStateCaseGraphLoader.load(taskMainPath + "leader3_2.xmi");
Assert.assertEquals(26, g.getNodes().size());

Expand Down

0 comments on commit f963fb9

Please sign in to comment.