public class ShortestPathVertexProgramTest extends AbstractGremlinProcessTest
Modifier and Type | Field and Description |
---|---|
static String[][] |
ALL_SHORTEST_PATHS |
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
ShortestPathVertexProgramTest() |
Modifier and Type | Method and Description |
---|---|
void |
initializeHelper() |
void |
shouldFindAllShortestPathsWithDefaultParameters() |
void |
shouldFindAllShortestPathsWithEdgesIncluded() |
void |
shouldFindDirectedShortestPathsWithEdgesIncluded() |
void |
shouldFindEqualLengthPaths() |
void |
shouldFindEqualLengthPathsUsingDistanceProperty() |
void |
shouldFindInDirectedShortestPaths() |
void |
shouldFindOutDirectedShortestPaths() |
void |
shouldFindShortestPathsWithEndVertexFilter() |
void |
shouldFindShortestPathsWithStartEndVertexFilter() |
void |
shouldFindShortestPathsWithStartVertexFilter() |
void |
shouldRespectMaxCustomDistance() |
void |
shouldRespectMaxDistance() |
void |
shouldUseCustomDistanceProperty() |
checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyUniqueStepIds
public static String[][] ALL_SHORTEST_PATHS
public void shouldFindAllShortestPathsWithDefaultParameters() throws Exception
Exception
public void shouldFindAllShortestPathsWithEdgesIncluded() throws Exception
Exception
public void shouldFindOutDirectedShortestPaths() throws Exception
Exception
public void shouldFindInDirectedShortestPaths() throws Exception
Exception
public void shouldFindDirectedShortestPathsWithEdgesIncluded() throws Exception
Exception
public void shouldFindShortestPathsWithStartVertexFilter() throws Exception
Exception
public void shouldFindShortestPathsWithEndVertexFilter() throws Exception
Exception
public void shouldFindShortestPathsWithStartEndVertexFilter() throws Exception
Exception
public void shouldUseCustomDistanceProperty() throws Exception
Exception
public void shouldFindEqualLengthPaths() throws Exception
Exception
public void shouldFindEqualLengthPathsUsingDistanceProperty() throws Exception
Exception
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.