Modifier and Type | Method and Description |
---|---|
void |
AbstractGremlinSuite.afterTestExecution(Class<? extends AbstractGremlinTest> testClass)
Called just after test class execution.
|
boolean |
AbstractGremlinSuite.beforeTestExecution(Class<? extends AbstractGremlinTest> testClass)
Called just prior to test class execution.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGeneratorTest |
static class |
CommunityGeneratorTest.DifferentDistributionsTest |
static class |
CommunityGeneratorTest.ProcessorTest |
static class |
DistributionGeneratorTest.DifferentDistributionsTest |
static class |
DistributionGeneratorTest.ProcessorTest |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGremlinProcessTest
Base test class for Gremlin Process tests.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphComputerTest |
Modifier and Type | Class and Description |
---|---|
class |
BulkDumperVertexProgramTest |
Modifier and Type | Class and Description |
---|---|
class |
BulkLoaderVertexProgramTest |
Modifier and Type | Class and Description |
---|---|
class |
PeerPressureVertexProgramTest |
Modifier and Type | Class and Description |
---|---|
class |
PageRankVertexProgramTest |
Modifier and Type | Class and Description |
---|---|
class |
CoreTraversalTest |
class |
TraversalInterruptionComputerTest |
class |
TraversalInterruptionTest |
Modifier and Type | Class and Description |
---|---|
class |
ComplexTest |
static class |
ComplexTest.Traversals |
Modifier and Type | Class and Description |
---|---|
class |
BranchTest |
static class |
BranchTest.Traversals |
class |
ChooseTest |
static class |
ChooseTest.Traversals |
class |
LocalTest |
static class |
LocalTest.Traversals |
class |
OptionalTest |
static class |
OptionalTest.Traversals |
class |
RepeatTest |
static class |
RepeatTest.Traversals |
class |
UnionTest |
static class |
UnionTest.Traversals |
Modifier and Type | Class and Description |
---|---|
class |
AndTest |
static class |
AndTest.Traversals |
class |
CoinTest |
static class |
CoinTest.Traversals |
class |
CyclicPathTest |
static class |
CyclicPathTest.Traversals |
class |
DedupTest |
static class |
DedupTest.Traversals |
class |
DropTest |
static class |
DropTest.Traversals |
class |
FilterTest |
static class |
FilterTest.Traversals |
class |
HasTest |
static class |
HasTest.Traversals |
class |
IsTest |
static class |
IsTest.Traversals |
class |
OrTest |
static class |
OrTest.Traversals |
class |
RangeTest |
static class |
RangeTest.Traversals |
class |
SampleTest |
static class |
SampleTest.Traversals |
class |
SimplePathTest |
static class |
SimplePathTest.Traversals |
class |
TailTest
Original spec: https://issues.apache.org/jira/browse/TINKERPOP-670
|
static class |
TailTest.Traversals |
class |
WhereTest |
static class |
WhereTest.Traversals |
Modifier and Type | Class and Description |
---|---|
class |
AggregateTest |
static class |
AggregateTest.Traversals |
class |
ExplainTest |
static class |
ExplainTest.Traversals |
class |
GroupCountTest |
static class |
GroupCountTest.Traversals |
class |
GroupTest |
static class |
GroupTest.Traversals |
class |
InjectTest |
static class |
InjectTest.Traversals |
class |
SackTest |
static class |
SackTest.Traversals |
class |
SideEffectCapTest |
static class |
SideEffectCapTest.Traversals |
class |
SideEffectTest |
static class |
SideEffectTest.Traversals |
class |
StoreTest |
static class |
StoreTest.Traversals |
class |
SubgraphTest |
static class |
SubgraphTest.Traversals |
class |
TreeTest |
static class |
TreeTest.Traversals |
Modifier and Type | Class and Description |
---|---|
class |
ElementIdStrategyProcessTest |
class |
EventStrategyProcessTest |
class |
PartitionStrategyProcessTest |
class |
SubgraphStrategyProcessTest |
class |
TranslationStrategyProcessTest |
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyStrategyProcessTest |
Modifier and Type | Class and Description |
---|---|
static class |
EdgeTest.BasicEdgeTest |
static class |
FeatureSupportTest.EdgeFunctionalityTest
Feature checks that test
Edge functionality to determine if a feature
should be on when it is marked as not supported. |
static class |
FeatureSupportTest.ElementPropertyDataTypeFunctionalityTest
|
static class |
FeatureSupportTest.FeatureToStringTest |
static class |
FeatureSupportTest.GraphFunctionalityTest
Feature checks that test
Graph functionality to determine if a feature should be on when it is marked
as not supported. |
static class |
FeatureSupportTest.GraphVariablesFunctionalityTest
Feature checks that tests if
Graph.Variables
functionality to determine if a feature should be on when it is marked as not supported. |
static class |
FeatureSupportTest.LogicalFeatureSupportTest
Feature checks that simply evaluate conflicting feature definitions without evaluating the actual implementation
itself.
|
static class |
FeatureSupportTest.VertexFunctionalityTest
Feature checks that test
Vertex functionality to determine if a feature
should be on when it is marked as not supported. |
static class |
FeatureSupportTest.VertexPropertyFunctionalityTest |
class |
GraphConstructionTest
Tests that support the creation of
Graph instances which occurs via
GraphFactory . |
class |
GraphTest |
static class |
PropertyTest.BasicPropertyTest
Basic tests for the
Property class. |
static class |
PropertyTest.ElementGetValueExceptionConsistencyTest
Test exceptions around use of
Element.value(String) . |
static class |
PropertyTest.PropertyFeatureSupportTest
Tests for feature support on
Property . |
static class |
PropertyTest.PropertyValidationOnAddExceptionConsistencyTest
|
static class |
PropertyTest.PropertyValidationOnSetExceptionConsistencyTest
|
static class |
SerializationTest.GraphSONTest |
static class |
SerializationTest.GraphSONV2d0Test |
static class |
SerializationTest.GryoTest |
class |
TransactionTest |
static class |
VariablesTest.GraphVariablesFeatureSupportTest
Tests for feature support on
Graph.Variables . |
static class |
VariablesTest.StringRepresentationTest
Basic tests to ensure that
Graph.Variables have
appropriate String representations. |
static class |
VariablesTest.VariableAsMapTest
Ensure that the
Graph.Variables.asMap() method returns some basics. |
static class |
VariablesTest.VariableExceptionConsistencyTest
Test exceptions around
Graph.Variables . |
class |
VertexPropertyTest |
static class |
VertexPropertyTest.BasicVertexProperty |
static class |
VertexPropertyTest.VertexPropertyAddition |
static class |
VertexPropertyTest.VertexPropertyProperties |
static class |
VertexPropertyTest.VertexPropertyRemoval |
static class |
VertexTest.AddEdgeTest |
static class |
VertexTest.BasicVertexTest |
Modifier and Type | Class and Description |
---|---|
class |
IoCustomTest |
class |
IoEdgeTest
Tests for all IO implementations that are specific to reading and writing of a
Edge . |
class |
IoGraphTest
Tests for all IO implementations that are specific to reading and writing of a
Graph . |
class |
IoIntegrateTest |
class |
IoPropertyTest |
static class |
IoTest.GraphMLTest |
static class |
IoTest.GraphSONLegacyTest |
static class |
IoTest.GraphSONTest |
static class |
IoTest.GraphSONV2D0Test |
static class |
IoTest.GraphSONV3D0Test |
static class |
IoTest.GryoTest |
class |
IoVertexTest |
Modifier and Type | Class and Description |
---|---|
class |
DetachedEdgeTest |
class |
DetachedGraphTest |
class |
DetachedPropertyTest |
class |
DetachedVertexPropertyTest |
class |
DetachedVertexTest |
Modifier and Type | Class and Description |
---|---|
class |
ReferenceEdgeTest |
class |
ReferenceGraphTest |
class |
ReferenceVertexPropertyTest |
class |
ReferenceVertexTest |
Modifier and Type | Class and Description |
---|---|
class |
StarGraphTest |
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.