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 SummaryFields Modifier and Type Field Description static String[][]ALL_SHORTEST_PATHS- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description ShortestPathVertexProgramTest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitializeHelper()voidshouldFindAllShortestPathsWithDefaultParameters()voidshouldFindAllShortestPathsWithEdgesIncluded()voidshouldFindDirectedShortestPathsWithEdgesIncluded()voidshouldFindEqualLengthPaths()voidshouldFindEqualLengthPathsUsingDistanceProperty()voidshouldFindInDirectedShortestPaths()voidshouldFindOutDirectedShortestPaths()voidshouldFindShortestPathsWithEndVertexFilter()voidshouldFindShortestPathsWithStartEndVertexFilter()voidshouldFindShortestPathsWithStartVertexFilter()voidshouldRespectMaxCustomDistance()voidshouldRespectMaxDistance()voidshouldUseCustomDistanceProperty()- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTestcheckHasNext, checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestafterLoadGraphWith, 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 Detail- 
ALL_SHORTEST_PATHSpublic static String[][] ALL_SHORTEST_PATHS 
 
- 
 - 
Method Detail- 
shouldFindAllShortestPathsWithDefaultParameterspublic void shouldFindAllShortestPathsWithDefaultParameters() throws Exception- Throws:
- Exception
 
 - 
shouldFindAllShortestPathsWithEdgesIncludedpublic void shouldFindAllShortestPathsWithEdgesIncluded() throws Exception- Throws:
- Exception
 
 - 
shouldFindOutDirectedShortestPathspublic void shouldFindOutDirectedShortestPaths() throws Exception- Throws:
- Exception
 
 - 
shouldFindInDirectedShortestPathspublic void shouldFindInDirectedShortestPaths() throws Exception- Throws:
- Exception
 
 - 
shouldFindDirectedShortestPathsWithEdgesIncludedpublic void shouldFindDirectedShortestPathsWithEdgesIncluded() throws Exception- Throws:
- Exception
 
 - 
shouldFindShortestPathsWithStartVertexFilterpublic void shouldFindShortestPathsWithStartVertexFilter() throws Exception- Throws:
- Exception
 
 - 
shouldFindShortestPathsWithEndVertexFilterpublic void shouldFindShortestPathsWithEndVertexFilter() throws Exception- Throws:
- Exception
 
 - 
shouldFindShortestPathsWithStartEndVertexFilterpublic void shouldFindShortestPathsWithStartEndVertexFilter() throws Exception- Throws:
- Exception
 
 - 
shouldUseCustomDistancePropertypublic void shouldUseCustomDistanceProperty() throws Exception- Throws:
- Exception
 
 - 
shouldFindEqualLengthPathspublic void shouldFindEqualLengthPaths() throws Exception- Throws:
- Exception
 
 - 
shouldFindEqualLengthPathsUsingDistancePropertypublic void shouldFindEqualLengthPathsUsingDistanceProperty() throws Exception- Throws:
- Exception
 
 
- 
 
-