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 void
checkResults(List<Path> expected, List<Path> actual)
Path
makePath(boolean includeEdges, String... names)
Path
makePath(String... names)
-
-
-
Constructor Detail
-
ShortestPathTestHelper
public ShortestPathTestHelper(AbstractGremlinProcessTest test, GraphTraversalSource g)
-
-