Class ShortestPathVertexProgramTest

java.lang.Object
org.apache.tinkerpop.gremlin.AbstractGremlinTest
org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgramTest

public class ShortestPathVertexProgramTest extends AbstractGremlinProcessTest
Author:
Daniel Kuppitz (http://gremlin.guru)
  • Field Details

    • ALL_SHORTEST_PATHS

      public static String[][] ALL_SHORTEST_PATHS
  • Constructor Details

    • ShortestPathVertexProgramTest

      public ShortestPathVertexProgramTest()
  • Method Details

    • initializeHelper

      public void initializeHelper() throws Exception
      Throws:
      Exception
    • 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