Class FeatureSupportTest.LogicalFeatureSupportTest
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
- 
- org.apache.tinkerpop.gremlin.structure.FeatureSupportTest.LogicalFeatureSupportTest
 
 
- 
- Enclosing class:
- FeatureSupportTest
 
 public static class FeatureSupportTest.LogicalFeatureSupportTest extends AbstractGremlinTest Feature checks that simply evaluate conflicting feature definitions without evaluating the actual implementation itself.
- 
- 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description LogicalFeatureSupportTest()
 - 
Method Summary- 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestafterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds
 
- 
 
- 
- 
- 
Method Detail- 
innerSetuppublic void innerSetup() 
 - 
shouldNotSupportAnyIdsUnlessUserSuppliedIdsIsSupportedOnVertexpublic void shouldNotSupportAnyIdsUnlessUserSuppliedIdsIsSupportedOnVertex() 
 - 
shouldNotSupportAnyIdsUnlessUserSuppliedIdsIsSupportedOnEdgepublic void shouldNotSupportAnyIdsUnlessUserSuppliedIdsIsSupportedOnEdge() 
 - 
shouldNotSupportAnyIdsUnlessUserSuppliedIdsIsSupportedOnVertexPropertypublic void shouldNotSupportAnyIdsUnlessUserSuppliedIdsIsSupportedOnVertexProperty() 
 - 
shouldSupportADataTypeIfGraphHasVariablesEnabledpublic void shouldSupportADataTypeIfGraphHasVariablesEnabled() 
 - 
shouldSupportADataTypeIfEdgeHasPropertyEnabledpublic void shouldSupportADataTypeIfEdgeHasPropertyEnabled() 
 - 
shouldSupportADataTypeIfVertexHasPropertyEnabledpublic void shouldSupportADataTypeIfVertexHasPropertyEnabled() 
 - 
shouldSupportRegularTransactionsIfThreadedTransactionsAreEnabledpublic void shouldSupportRegularTransactionsIfThreadedTransactionsAreEnabled() 
 - 
shouldSupportMultiPropertiesIfSupportingIdenticalMultiPropertiespublic void shouldSupportMultiPropertiesIfSupportingIdenticalMultiProperties() 
 
- 
 
-