Class ShortestPathVertexProgramTest

    • Field Detail

      • ALL_SHORTEST_PATHS

        public static String[][] ALL_SHORTEST_PATHS
    • Constructor Detail

      • ShortestPathVertexProgramTest

        public ShortestPathVertexProgramTest()
    • Method Detail

      • shouldFindAllShortestPathsWithDefaultParameters

        public void shouldFindAllShortestPathsWithDefaultParameters()
                                                             throws Exception
        Throws:
        Exception
      • shouldFindAllShortestPathsWithEdgesIncluded

        public void shouldFindAllShortestPathsWithEdgesIncluded()
                                                         throws Exception
        Throws:
        Exception
      • shouldFindOutDirectedShortestPaths

        public void shouldFindOutDirectedShortestPaths()
                                                throws Exception
        Throws:
        Exception
      • shouldFindInDirectedShortestPaths

        public void shouldFindInDirectedShortestPaths()
                                               throws Exception
        Throws:
        Exception
      • shouldFindDirectedShortestPathsWithEdgesIncluded

        public void shouldFindDirectedShortestPathsWithEdgesIncluded()
                                                              throws Exception
        Throws:
        Exception
      • shouldFindShortestPathsWithStartVertexFilter

        public void shouldFindShortestPathsWithStartVertexFilter()
                                                          throws Exception
        Throws:
        Exception
      • shouldFindShortestPathsWithEndVertexFilter

        public void shouldFindShortestPathsWithEndVertexFilter()
                                                        throws Exception
        Throws:
        Exception
      • shouldFindShortestPathsWithStartEndVertexFilter

        public void shouldFindShortestPathsWithStartEndVertexFilter()
                                                             throws Exception
        Throws:
        Exception
      • shouldUseCustomDistanceProperty

        public void shouldUseCustomDistanceProperty()
                                             throws Exception
        Throws:
        Exception
      • shouldFindEqualLengthPaths

        public void shouldFindEqualLengthPaths()
                                        throws Exception
        Throws:
        Exception
      • shouldFindEqualLengthPathsUsingDistanceProperty

        public void shouldFindEqualLengthPathsUsingDistanceProperty()
                                                             throws Exception
        Throws:
        Exception
      • shouldRespectMaxDistance

        public void shouldRespectMaxDistance()
                                      throws Exception
        Throws:
        Exception
      • shouldRespectMaxCustomDistance

        public void shouldRespectMaxCustomDistance()
                                            throws Exception
        Throws:
        Exception