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
ProcessLimitedComputerSuite
TheProcessLimitedComputerSuite
is a set of tests that providers may implement in addition to the standard Gherkin feature tests.class
ProcessLimitedStandardSuite
TheProcessLimitedComputerSuite
is a set of tests that providers may implement in addition to the standard Gherkin feature tests.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
StructureStandardSuite
TheStructureStandardSuite
is a JUnit test runner that executes the Gremlin Test Suite over aGraph
implementation.
-