Class FeatureSupportTest.LogicalFeatureSupportTest
java.lang.Object
org.apache.tinkerpop.gremlin.AbstractGremlinTest
org.apache.tinkerpop.gremlin.structure.FeatureSupportTest.LogicalFeatureSupportTest
- Enclosing class:
- FeatureSupportTest
Feature checks that simply evaluate conflicting feature definitions without evaluating the actual implementation
itself.
-
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds
-
Constructor Details
-
LogicalFeatureSupportTest
public LogicalFeatureSupportTest()
-
-
Method Details
-
innerSetup
public void innerSetup() -
shouldNotSupportAnyIdsUnlessUserSuppliedIdsIsSupportedOnVertex
public void shouldNotSupportAnyIdsUnlessUserSuppliedIdsIsSupportedOnVertex() -
shouldNotSupportAnyIdsUnlessUserSuppliedIdsIsSupportedOnEdge
public void shouldNotSupportAnyIdsUnlessUserSuppliedIdsIsSupportedOnEdge() -
shouldNotSupportAnyIdsUnlessUserSuppliedIdsIsSupportedOnVertexProperty
public void shouldNotSupportAnyIdsUnlessUserSuppliedIdsIsSupportedOnVertexProperty() -
shouldSupportADataTypeIfGraphHasVariablesEnabled
public void shouldSupportADataTypeIfGraphHasVariablesEnabled() -
shouldSupportADataTypeIfEdgeHasPropertyEnabled
public void shouldSupportADataTypeIfEdgeHasPropertyEnabled() -
shouldSupportADataTypeIfVertexHasPropertyEnabled
public void shouldSupportADataTypeIfVertexHasPropertyEnabled() -
shouldSupportRegularTransactionsIfThreadedTransactionsAreEnabled
public void shouldSupportRegularTransactionsIfThreadedTransactionsAreEnabled() -
shouldSupportMultiPropertiesIfSupportingIdenticalMultiProperties
public void shouldSupportMultiPropertiesIfSupportingIdenticalMultiProperties()
-