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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
initAll()
void
testConstructor()
void
testCreateFastestPathFromNodes()
void
testCreateFastestPathFromNodesException()
void
testCreateShortestPathFromNodes()
void
testCreateShortestPathFromNodesException()
void
testGetLength()
void
testGetMinimumTravelTime()
void
testGetTravelTime()
void
testImmutability()
void
testIsEmpty()
void
testIsValid()
void
testSize()
-
-
-
Method Detail
-
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()
-
-