Class PathTest


  • public class PathTest
    extends java.lang.Object
    • Constructor Detail

      • PathTest

        public PathTest()
    • 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()