Class StrandedItemsRegistryTest

    • Constructor Detail

      • StrandedItemsRegistryTest

        public StrandedItemsRegistryTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldThrowExceptionOnNullHandler

        public void shouldThrowExceptionOnNullHandler()
      • shouldThrowExceptionOnNullPk

        public void shouldThrowExceptionOnNullPk()
      • shouldThrowExceptionOnNullItem

        public void shouldThrowExceptionOnNullItem()
      • shouldThrowExceptionOnNullLogic

        public void shouldThrowExceptionOnNullLogic()
      • shouldNotFailWithEmptyRegistry

        public void shouldNotFailWithEmptyRegistry()
      • shouldNotMarkItemOnValidLogicExecution

        public void shouldNotMarkItemOnValidLogicExecution()
      • shouldMarkItemOnLogicException

        public void shouldMarkItemOnLogicException()
      • shouldMarkItemWithPassedPk

        public void shouldMarkItemWithPassedPk()
      • shouldPassRegisteredItemsToHandler

        public void shouldPassRegisteredItemsToHandler()
      • shouldPassRegisteredItemsToHandlerWithNegativeMaxCount

        public void shouldPassRegisteredItemsToHandlerWithNegativeMaxCount()
      • shouldPassRegisteredItemsToHandlerWithMaxCountIsZero

        public void shouldPassRegisteredItemsToHandlerWithMaxCountIsZero()
      • shouldMarkFilteredOutItemsAsChecked

        public void shouldMarkFilteredOutItemsAsChecked()
      • shouldPassRegisteredItemsToHandlerSmallMaxCount

        public void shouldPassRegisteredItemsToHandlerSmallMaxCount()
      • shouldRetryToResolveNotResolvedItems

        public void shouldRetryToResolveNotResolvedItems()
      • shouldRetryToResolveNotResolvedItemsBecauseExceptionHasBeenThrown

        public void shouldRetryToResolveNotResolvedItemsBecauseExceptionHasBeenThrown()
      • shouldRetryToResolveNotResolvedItemsBecauseExceptionOnFilteringHasBeenThrown

        public void shouldRetryToResolveNotResolvedItemsBecauseExceptionOnFilteringHasBeenThrown()
      • shouldReturnProvidedStrandedItemContext

        public void shouldReturnProvidedStrandedItemContext()
      • shouldReturnProvidedStrandedItemContextEvenWhenLaterThereIsNoContext

        public void shouldReturnProvidedStrandedItemContextEvenWhenLaterThereIsNoContext()