Package de.hybris.platform.util
Class StrandedItemsRegistryTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.util.StrandedItemsRegistryTest
- All Implemented Interfaces:
JaloSessionHolder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
StrandedItemsRegistryTest
public StrandedItemsRegistryTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- 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()
-