Class ShortestPathTestHelper
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathTestHelper
 
- 
 public class ShortestPathTestHelper extends Object - Author:
- Daniel Kuppitz (http://gremlin.guru)
 
- 
- 
Constructor SummaryConstructors Constructor Description ShortestPathTestHelper(AbstractGremlinProcessTest test, GraphTraversalSource g)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckResults(List<Path> expected, List<Path> actual)PathmakePath(boolean includeEdges, String... names)PathmakePath(String... names)
 
- 
- 
- 
Constructor Detail- 
ShortestPathTestHelperpublic ShortestPathTestHelper(AbstractGremlinProcessTest test, GraphTraversalSource g) 
 
- 
 
-