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.
  • 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()