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
- Author:
- Daniel Kuppitz (http://gremlin.guru)
-
Field Summary
FieldsFields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
checkHasNext, checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTestMethods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds
-
Field Details
-
ALL_SHORTEST_PATHS
-
-
Constructor Details
-
ShortestPathVertexProgramTest
public ShortestPathVertexProgramTest()
-
-
Method Details
-
initializeHelper
- Throws:
Exception
-
shouldFindAllShortestPathsWithDefaultParameters
- Throws:
Exception
-
shouldFindAllShortestPathsWithEdgesIncluded
- Throws:
Exception
-
shouldFindOutDirectedShortestPaths
- Throws:
Exception
-
shouldFindInDirectedShortestPaths
- Throws:
Exception
-
shouldFindDirectedShortestPathsWithEdgesIncluded
- Throws:
Exception
-
shouldFindShortestPathsWithStartVertexFilter
- Throws:
Exception
-
shouldFindShortestPathsWithEndVertexFilter
- Throws:
Exception
-
shouldFindShortestPathsWithStartEndVertexFilter
- Throws:
Exception
-
shouldUseCustomDistanceProperty
- Throws:
Exception
-
shouldFindEqualLengthPaths
- Throws:
Exception
-
shouldFindEqualLengthPathsUsingDistanceProperty
- Throws:
Exception
-
shouldRespectMaxDistance
- Throws:
Exception
-
shouldRespectMaxCustomDistance
- Throws:
Exception
-