public abstract class AbstractGremlinProcessTest extends AbstractGremlinTest
config, g, graph, graphComputerClass, graphProvider, name| Constructor and Description |
|---|
AbstractGremlinProcessTest() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
checkResults(List<T> expectedResults,
Traversal<?,T> traversal) |
<T> void |
checkResults(Map<T,Long> expectedResults,
Traversal<?,T> traversal) |
protected boolean |
graphMeetsTestRequirements()
Determines if a graph meets requirements for execution.
|
<A,B> List<Map<A,B>> |
makeMapList(int size,
Object... keyValues) |
void |
setupTest() |
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRandomCommit, tryRollback, validateExceptionprotected boolean graphMeetsTestRequirements()
assumeTrue to ensure that the test doesn't require the computer
feature or if it does require the computer feature then ensure that the graph being tested supports it.public void setupTest()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.