Uses of Class
org.apache.tinkerpop.gremlin.AbstractGremlinTest
-
-
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin
Method parameters in org.apache.tinkerpop.gremlin with type arguments of type AbstractGremlinTest Modifier and Type Method Description voidAbstractGremlinSuite. afterTestExecution(Class<? extends AbstractGremlinTest> testClass)Called just after test class execution.booleanAbstractGremlinSuite. beforeTestExecution(Class<? extends AbstractGremlinTest> testClass)Called just prior to test class execution. -
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.algorithm.generator
Subclasses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.algorithm.generator Modifier and Type Class Description classAbstractGeneratorTeststatic classCommunityGeneratorTest.DifferentDistributionsTeststatic classCommunityGeneratorTest.ProcessorTeststatic classDistributionGeneratorTest.DifferentDistributionsTeststatic classDistributionGeneratorTest.ProcessorTest -
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process
Subclasses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process Modifier and Type Class Description classAbstractGremlinProcessTestBase test class for Gremlin Process tests. -
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.computer
Subclasses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.computer Modifier and Type Class Description classGraphComputerTest -
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.computer.clone
Subclasses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.computer.clone Modifier and Type Class Description classCloneVertexProgramTest -
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
Subclasses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank Modifier and Type Class Description classPageRankVertexProgramTest -
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.computer.search.path
Subclasses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.computer.search.path Modifier and Type Class Description classShortestPathVertexProgramTest -
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.traversal
Subclasses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.traversal Modifier and Type Class Description classCoreTraversalTestclassTraversalInterruptionComputerTestclassTraversalInterruptionTest -
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.traversal.step
Subclasses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.traversal.step Modifier and Type Class Description classLambdaStepTestTests that cover lambda steps that are used in embedded cases.static classLambdaStepTest.Traversals -
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.traversal.step.map
Subclasses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.traversal.step.map Modifier and Type Class Description classMatchTeststatic classMatchTest.CountMatchTraversalsstatic classMatchTest.GreedyMatchTraversalsstatic classMatchTest.TraversalsclassProfileTeststatic classProfileTest.TraversalsTraversalsclassProgramTeststatic classProgramTest.Traversals -
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Subclasses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect Modifier and Type Class Description classExplainTeststatic classExplainTest.Traversals -
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Subclasses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration Modifier and Type Class Description classElementIdStrategyProcessTestclassEventStrategyProcessTest -
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
Subclasses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization Modifier and Type Class Description classEarlyLimitStrategyProcessTestclassIncidentToAdjacentStrategyProcessTest -
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.structure
-
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.structure.io
Subclasses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.structure.io Modifier and Type Class Description classIoCustomTestclassIoEdgeTestTests for all IO implementations that are specific to reading and writing of aEdge.classIoGraphTestTests for all IO implementations that are specific to reading and writing of aGraph.classIoPropertyTeststatic classIoTest.GraphMLTeststatic classIoTest.GraphSONLegacyTeststatic classIoTest.GraphSONTeststatic classIoTest.GraphSONV2Teststatic classIoTest.GraphSONV3Teststatic classIoTest.GryoTestclassIoVertexTest -
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.structure.util.detached
Subclasses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.structure.util.detached Modifier and Type Class Description classDetachedEdgeTestclassDetachedGraphTestclassDetachedPropertyTestclassDetachedVertexPropertyTestclassDetachedVertexTest -
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.structure.util.reference
Subclasses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.structure.util.reference Modifier and Type Class Description classReferenceEdgeTestclassReferenceGraphTestclassReferenceVertexPropertyTestclassReferenceVertexTest -
Uses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.structure.util.star
Subclasses of AbstractGremlinTest in org.apache.tinkerpop.gremlin.structure.util.star Modifier and Type Class Description classStarGraphTest
-