Package org.insa.graphes.model
Class PathTest
java.lang.Object
org.insa.graphes.model.PathTest
public class PathTest
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description PathTest() -
Method Summary
Modifier and Type Method Description static voidinitAll()voidtestConstructor()voidtestCreateFastestPathFromNodes()voidtestCreateFastestPathFromNodesException()voidtestCreateShortestPathFromNodes()voidtestCreateShortestPathFromNodesException()voidtestGetLength()voidtestGetMinimumTravelTime()voidtestGetTravelTime()voidtestImmutability()voidtestIsEmpty()voidtestIsValid()voidtestSize()
-
Constructor Details
-
PathTest
public PathTest()
-
-
Method Details
-
initAll
public static void initAll() throws java.io.IOException- Throws:
java.io.IOException
-
testConstructor
public void testConstructor() -
testImmutability
public void testImmutability() -
testIsEmpty
public void testIsEmpty() -
testSize
public void testSize() -
testIsValid
public void testIsValid() -
testGetLength
public void testGetLength() -
testGetTravelTime
public void testGetTravelTime() -
testGetMinimumTravelTime
public void testGetMinimumTravelTime() -
testCreateFastestPathFromNodes
public void testCreateFastestPathFromNodes() -
testCreateShortestPathFromNodes
public void testCreateShortestPathFromNodes() -
testCreateFastestPathFromNodesException
public void testCreateFastestPathFromNodesException() -
testCreateShortestPathFromNodesException
public void testCreateShortestPathFromNodesException()
-