Class EventStrategyProcessTest


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

      • EventStrategyProcessTest

        public EventStrategyProcessTest()
    • Method Detail

      • shouldTriggerAddVertex

        public void shouldTriggerAddVertex()
      • shouldTriggerAddVertexFromStart

        public void shouldTriggerAddVertexFromStart()
      • shouldTriggerAddEdge

        public void shouldTriggerAddEdge()
      • shouldTriggerAddEdgeByPath

        public void shouldTriggerAddEdgeByPath()
      • shouldTriggerAddVertexPropertyAdded

        public void shouldTriggerAddVertexPropertyAdded()
      • shouldTriggerAddVertexWithPropertyThenPropertyAdded

        public void shouldTriggerAddVertexWithPropertyThenPropertyAdded()
      • shouldTriggerAddVertexPropertyChanged

        public void shouldTriggerAddVertexPropertyChanged()
      • shouldTriggerAddVertexPropertyPropertyChanged

        public void shouldTriggerAddVertexPropertyPropertyChanged()
      • shouldTriggerAddEdgePropertyAdded

        public void shouldTriggerAddEdgePropertyAdded()
      • shouldTriggerEdgePropertyChanged

        public void shouldTriggerEdgePropertyChanged()
      • shouldTriggerRemoveVertex

        public void shouldTriggerRemoveVertex()
      • shouldTriggerRemoveEdge

        public void shouldTriggerRemoveEdge()
      • shouldTriggerRemoveVertexProperty

        public void shouldTriggerRemoveVertexProperty()
      • shouldTriggerRemoveEdgeProperty

        public void shouldTriggerRemoveEdgeProperty()
      • shouldTriggerAddVertexPropertyPropertyRemoved

        public void shouldTriggerAddVertexPropertyPropertyRemoved()
      • shouldTriggerAfterCommit

        public void shouldTriggerAfterCommit()
      • shouldResetAfterRollback

        public void shouldResetAfterRollback()
      • shouldDetachPropertyOfVertexPropertyWhenRemoved

        public void shouldDetachPropertyOfVertexPropertyWhenRemoved()
      • shouldDetachPropertyOfVertexPropertyWhenChanged

        public void shouldDetachPropertyOfVertexPropertyWhenChanged()
      • shouldDetachPropertyOfVertexPropertyWhenNew

        public void shouldDetachPropertyOfVertexPropertyWhenNew()
      • shouldDetachPropertyOfEdgeWhenRemoved

        public void shouldDetachPropertyOfEdgeWhenRemoved()
      • shouldDetachPropertyOfEdgeWhenChanged

        public void shouldDetachPropertyOfEdgeWhenChanged()
      • shouldDetachPropertyOfEdgeWhenNew

        public void shouldDetachPropertyOfEdgeWhenNew()
      • shouldDetachEdgeWhenRemoved

        public void shouldDetachEdgeWhenRemoved()
      • shouldDetachEdgeWhenAdded

        public void shouldDetachEdgeWhenAdded()
      • shouldDetachVertexPropertyWhenRemoved

        public void shouldDetachVertexPropertyWhenRemoved()
      • shouldDetachVertexPropertyWhenChanged

        public void shouldDetachVertexPropertyWhenChanged()
      • shouldDetachVertexPropertyWhenNew

        public void shouldDetachVertexPropertyWhenNew()
      • shouldDetachVertexWhenRemoved

        public void shouldDetachVertexWhenRemoved()
      • shouldDetachVertexWhenAdded

        public void shouldDetachVertexWhenAdded()
      • shouldReferencePropertyOfVertexPropertyWhenRemoved

        public void shouldReferencePropertyOfVertexPropertyWhenRemoved()
      • shouldReferencePropertyOfVertexPropertyWhenChanged

        public void shouldReferencePropertyOfVertexPropertyWhenChanged()
      • shouldReferencePropertyOfVertexPropertyWhenNew

        public void shouldReferencePropertyOfVertexPropertyWhenNew()
      • shouldReferencePropertyOfEdgeWhenRemoved

        public void shouldReferencePropertyOfEdgeWhenRemoved()
      • shouldReferencePropertyOfEdgeWhenChanged

        public void shouldReferencePropertyOfEdgeWhenChanged()
      • shouldReferencePropertyOfEdgeWhenNew

        public void shouldReferencePropertyOfEdgeWhenNew()
      • shouldReferenceEdgeWhenRemoved

        public void shouldReferenceEdgeWhenRemoved()
      • shouldReferenceEdgeWhenAdded

        public void shouldReferenceEdgeWhenAdded()
      • shouldReferenceVertexPropertyWhenRemoved

        public void shouldReferenceVertexPropertyWhenRemoved()
      • shouldReferenceVertexPropertyWhenChanged

        public void shouldReferenceVertexPropertyWhenChanged()
      • shouldReferenceVertexPropertyWhenNew

        public void shouldReferenceVertexPropertyWhenNew()
      • shouldReferenceVertexWhenRemoved

        public void shouldReferenceVertexWhenRemoved()
      • shouldReferenceVertexWhenAdded

        public void shouldReferenceVertexWhenAdded()
      • shouldUseActualPropertyOfVertexPropertyWhenRemoved

        public void shouldUseActualPropertyOfVertexPropertyWhenRemoved()
      • shouldUseActualPropertyOfVertexPropertyWhenChanged

        public void shouldUseActualPropertyOfVertexPropertyWhenChanged()
      • shouldUseActualPropertyOfVertexPropertyWhenNew

        public void shouldUseActualPropertyOfVertexPropertyWhenNew()
      • shouldUseActualPropertyOfEdgeWhenRemoved

        public void shouldUseActualPropertyOfEdgeWhenRemoved()
      • shouldUseActualPropertyOfEdgeWhenChanged

        public void shouldUseActualPropertyOfEdgeWhenChanged()
      • shouldUseActualPropertyOfEdgeWhenNew

        public void shouldUseActualPropertyOfEdgeWhenNew()
      • shouldUseActualEdgeWhenRemoved

        public void shouldUseActualEdgeWhenRemoved()
      • shouldUseActualEdgeWhenAdded

        public void shouldUseActualEdgeWhenAdded()
      • shouldUseActualVertexPropertyWhenRemoved

        public void shouldUseActualVertexPropertyWhenRemoved()
      • shouldUseActualVertexPropertyWhenChanged

        public void shouldUseActualVertexPropertyWhenChanged()
      • shouldUseActualVertexPropertyWhenNew

        public void shouldUseActualVertexPropertyWhenNew()
      • shouldUseActualVertexWhenRemoved

        public void shouldUseActualVertexWhenRemoved()
      • shouldUseActualVertexWhenAdded

        public void shouldUseActualVertexWhenAdded()
      • shouldTriggerAddVertexAndPropertyUpdateWithCoalescePattern

        public void shouldTriggerAddVertexAndPropertyUpdateWithCoalescePattern()