Class DAGTest
java.lang.Object
org.infrastructurebuilder.util.dag.impl.DAGTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DAGTest
public DAGTest()
-
-
Method Details
-
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
-