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.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak 
 - 
 
- 
Constructor Summary
Constructors Constructor Description LogicalFeatureSupportTest() 
- 
Method Summary
- 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds 
 - 
 
 - 
 
- 
- 
Method Detail
- 
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()
 
 - 
 
 -