Class FeatureSupportTest
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.structure.FeatureSupportTest
-
public class FeatureSupportTest extends Object
Tests that do basic validation of proper Feature settings in Graph implementations.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FeatureSupportTest.EdgeFunctionalityTest
Feature checks that testEdge
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 testGraph
functionality to determine if a feature should be on when it is marked as not supported.static class
FeatureSupportTest.GraphVariablesFunctionalityTest
Feature checks that tests ifGraph.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 testVertex
functionality to determine if a feature should be on when it is marked as not supported.static class
FeatureSupportTest.VertexPropertyFunctionalityTest
-
Constructor Summary
Constructors Constructor Description FeatureSupportTest()
-