Uses of Class
org.apache.tinkerpop.gremlin.AbstractGremlinSuite
-
Packages that use AbstractGremlinSuite Package Description org.apache.tinkerpop.gremlin.process org.apache.tinkerpop.gremlin.structure -
-
Uses of AbstractGremlinSuite in org.apache.tinkerpop.gremlin.process
Subclasses of AbstractGremlinSuite in org.apache.tinkerpop.gremlin.process Modifier and Type Class Description class
ProcessComputerSuite
TheProcessComputerSuite
is a JUnit test runner that executes the Gremlin Test Suite over aGraph
implementation.class
ProcessStandardSuite
TheProcessStandardSuite
is a JUnit test runner that executes the Gremlin Test Suite over aGraph
implementation. -
Uses of AbstractGremlinSuite in org.apache.tinkerpop.gremlin.structure
Subclasses of AbstractGremlinSuite in org.apache.tinkerpop.gremlin.structure Modifier and Type Class Description class
StructureIntegrateSuite
TheStructureIntegrationSuite
is a JUnit test runner that executes the Gremlin Test Suite over aGraph
implementation.class
StructureStandardSuite
TheStructureStandardSuite
is a JUnit test runner that executes the Gremlin Test Suite over aGraph
implementation.
-