Class DAGTest
- java.lang.Object
-
- org.infrastructurebuilder.util.dag.impl.DAGTest
-
public class DAGTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DAGTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCycleException()voidtestDAG()voidtestGetPredessors()
-
-
-
Method Detail
-
testCycleException
@Test public void testCycleException()
-
testDAG
@Test public void testDAG() throws org.infrastructurebuilder.util.dag.CycleDetectedException- Throws:
org.infrastructurebuilder.util.dag.CycleDetectedException
-
testGetPredessors
@Test public void testGetPredessors() throws org.infrastructurebuilder.util.dag.CycleDetectedException- Throws:
org.infrastructurebuilder.util.dag.CycleDetectedException
-
-