Class TraversalInterruptionComputerTest
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
- 
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
- 
- org.apache.tinkerpop.gremlin.process.traversal.TraversalInterruptionComputerTest
 
 
 
- 
 public class TraversalInterruptionComputerTest extends AbstractGremlinProcessTest - Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Field SummaryFields Modifier and Type Field Description StringnameFunction<GraphTraversalSource,GraphTraversal<?,?>>traversalMaker- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description TraversalInterruptionComputerTest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Iterable<Object[]>data()voidshouldRespectThreadInterruptionInVertexStep()- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTestcheckHasNext, checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestafterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds
 
- 
 
- 
- 
- 
Field Detail- 
namepublic String name 
 - 
traversalMakerpublic Function<GraphTraversalSource,GraphTraversal<?,?>> traversalMaker 
 
- 
 
-