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 Summary
Constructors Constructor Description ShortestPathTestHelper(AbstractGremlinProcessTest test, GraphTraversalSource g) 
- 
Method Summary
All 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
- 
ShortestPathTestHelper
public ShortestPathTestHelper(AbstractGremlinProcessTest test, GraphTraversalSource g)
 
 - 
 
 -