Skip to content
Snippets Groups Projects
Commit c9be8f81 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

test does not start the analysis anymore

parent 54eb7279
No related branches found
No related tags found
No related merge requests found
wiki @ 162510ff
Subproject commit 0e4474577e1f49bc96e734c286b2d9e0363895e8
Subproject commit 162510ff4d2f04011498ba6920aae0c78347c6c8
......@@ -28,7 +28,6 @@ public class TraversorTest {
@Test
public void traverse() {
TestConfiguration tc = new TestConfiguration();
new Analysis(tc).execute();
traversor.traverse(tc.init, tc.init.getOutputPort().getPipe());
Set<Stage> comparingSet = new HashSet<Stage>();
comparingSet.add(tc.init);
......@@ -37,6 +36,7 @@ public class TraversorTest {
assertTrue(comparingSet.equals(traversor.getVisitedStage()));
}
// WordCounterConfiguration
private class TestConfiguration extends AnalysisConfiguration {
public final CountingMapMerger<String> result = new CountingMapMerger<String>();
......
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