Package org.insa.graphes.model
Class NodeTest
- java.lang.Object
-
- org.insa.graphes.model.NodeTest
-
public class NodeTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NodeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private Arc
getFirstArcBetween(Node a, Node b)
void
initAll()
void
testGetNumberOfSuccessors()
void
testHasSuccessors()
void
testLinkNodes()
-
-
-
Field Detail
-
nodes
private Node[] nodes
-
-
Method Detail
-
initAll
public void initAll() throws java.io.IOException
- Throws:
java.io.IOException
-
getFirstArcBetween
private Arc getFirstArcBetween(Node a, Node b)
- Returns:
- The first arc between from a to b, or null.
-
testGetNumberOfSuccessors
public void testGetNumberOfSuccessors()
-
testHasSuccessors
public void testHasSuccessors()
-
testLinkNodes
public void testLinkNodes()
-
-