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 SummaryNested Classes Modifier and Type Class Description static classFeatureSupportTest.EdgeFunctionalityTestFeature checks that testEdgefunctionality to determine if a feature should be on when it is marked as not supported.static classFeatureSupportTest.ElementPropertyDataTypeFunctionalityTeststatic classFeatureSupportTest.FeatureToStringTeststatic classFeatureSupportTest.GraphFunctionalityTestFeature checks that testGraphfunctionality to determine if a feature should be on when it is marked as not supported.static classFeatureSupportTest.GraphVariablesFunctionalityTestFeature checks that tests ifGraph.Variablesfunctionality to determine if a feature should be on when it is marked as not supported.static classFeatureSupportTest.LogicalFeatureSupportTestFeature checks that simply evaluate conflicting feature definitions without evaluating the actual implementation itself.static classFeatureSupportTest.VertexFunctionalityTestFeature checks that testVertexfunctionality to determine if a feature should be on when it is marked as not supported.static classFeatureSupportTest.VertexPropertyFunctionalityTest
 - 
Constructor SummaryConstructors Constructor Description FeatureSupportTest()
 
-