public class DijkstraShortestPathComputerTest
extends java.lang.Object
Constructor and Description |
---|
DijkstraShortestPathComputerTest() |
Modifier and Type | Method and Description |
---|---|
void |
testComputeShortestPathsFromIllegal() |
void |
testComputeShortestPathsFromNull() |
void |
testDijkstraShortestPathComputerIllegal1() |
void |
testDijkstraShortestPathComputerIllegal2() |
void |
testDijkstraShortestPathComputerIllegal3() |
void |
testDijkstraShortestPathComputerNull() |
void |
testDijkstraShortestPathComputerOk() |
void |
testGetLastSource() |
void |
testGetLastSourceIllegal() |
void |
testGetShortestPathTo() |
void |
testGetShortestPathToIllegalArgument1() |
void |
testGetShortestPathToIllegalState() |
void |
testGetShortestPathToNull() |
void |
testGetShortestPathUnreachable() |
void |
testIsComputed() |
public final void testDijkstraShortestPathComputerOk()
public final void testDijkstraShortestPathComputerNull()
public final void testDijkstraShortestPathComputerIllegal1()
public final void testDijkstraShortestPathComputerIllegal2()
public final void testDijkstraShortestPathComputerIllegal3()
public final void testComputeShortestPathsFromNull()
public final void testComputeShortestPathsFromIllegal()
public final void testIsComputed()
public final void testGetLastSourceIllegal()
public final void testGetLastSource()
public final void testGetShortestPathToNull()
public final void testGetShortestPathToIllegalArgument1()
public final void testGetShortestPathToIllegalState()
public final void testGetShortestPathTo()
public final void testGetShortestPathUnreachable()