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 classProcessEmbeddedComputerSuiteTheProcessEmbeddedComputerSuiteis a set of tests that providers may implement in addition to the standard Gherkin feature tests.classProcessEmbeddedStandardSuiteTheProcessEmbeddedStandardSuiteis a set of tests that providers may implement in addition to the standard Gherkin feature tests. -
Uses of AbstractGremlinSuite in org.apache.tinkerpop.gremlin.structure
Subclasses of AbstractGremlinSuite in org.apache.tinkerpop.gremlin.structure Modifier and Type Class Description classStructureStandardSuiteTheStructureStandardSuiteis a JUnit test runner that executes the Gremlin Test Suite over aGraphimplementation.
-