Class PartitionStrategyProcessTest


  • public class PartitionStrategyProcessTest
    extends AbstractGremlinProcessTest
    Author:
    Stephen Mallette (http://stephen.genoprime.com)
    • Constructor Detail

      • PartitionStrategyProcessTest

        public PartitionStrategyProcessTest()
    • Method Detail

      • shouldPartitionWithAbstractLambdaChildTraversal

        public void shouldPartitionWithAbstractLambdaChildTraversal()
      • shouldAppendPartitionToVertex

        public void shouldAppendPartitionToVertex()
      • shouldAppendPartitionToVertexProperty

        public void shouldAppendPartitionToVertexProperty()
      • shouldAppendPartitionToVertexPropertyOverMultiProperty

        public void shouldAppendPartitionToVertexPropertyOverMultiProperty()
      • shouldNotAppendPartitionToVertexProperty

        public void shouldNotAppendPartitionToVertexProperty()
      • shouldAppendPartitionToAllVertexProperties

        public void shouldAppendPartitionToAllVertexProperties()
      • shouldHidePartitionKeyForValues

        public void shouldHidePartitionKeyForValues()
      • shouldHidePartitionKeyForValuesWithEmptyKeys

        public void shouldHidePartitionKeyForValuesWithEmptyKeys()
      • shouldHidePartitionKeyForProperties

        public void shouldHidePartitionKeyForProperties()
      • shouldHidePartitionKeyForPropertiesWithEmptyKeys

        public void shouldHidePartitionKeyForPropertiesWithEmptyKeys()
      • shouldHidePartitionKeyForPropertyMap

        public void shouldHidePartitionKeyForPropertyMap()
      • shouldHidePartitionKeyForPropertyMapWithEmptyKeys

        public void shouldHidePartitionKeyForPropertyMapWithEmptyKeys()
      • shouldHidePartitionKeyForValueMap

        public void shouldHidePartitionKeyForValueMap()
      • shouldHidePartitionKeyForValueMapWithEmptyKeys

        public void shouldHidePartitionKeyForValueMapWithEmptyKeys()
      • shouldAppendPartitionToEdge

        public void shouldAppendPartitionToEdge()
      • shouldWriteVerticesToMultiplePartitions

        public void shouldWriteVerticesToMultiplePartitions()
      • shouldThrowExceptionOnVInDifferentPartition

        public void shouldThrowExceptionOnVInDifferentPartition()
      • shouldThrowExceptionOnEInDifferentPartition

        public void shouldThrowExceptionOnEInDifferentPartition()
      • shouldWriteToMultiplePartitions

        public void shouldWriteToMultiplePartitions()