Class StrandedItemsRegistryTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class StrandedItemsRegistryTest extends ServicelayerBaseTest
  • Constructor Details

    • StrandedItemsRegistryTest

      public StrandedItemsRegistryTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • tearDown

      public void tearDown() throws Exception
      Throws:
      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()