Class DefaultItemSynchronizationFacadeTest


  • @UnitTest
    public class DefaultItemSynchronizationFacadeTest
    extends java.lang.Object
    • Constructor Detail

      • DefaultItemSynchronizationFacadeTest

        public DefaultItemSynchronizationFacadeTest()
    • Method Detail

      • setup

        public void setup()
      • testWhenDefaultMaxDepthIsNotGreaterThanZero

        public void testWhenDefaultMaxDepthIsNotGreaterThanZero()
      • testWhenItemCollectorRegistriesReturnEmpty_shouldNotPopulateMoreThanOneLevel

        public void testWhenItemCollectorRegistriesReturnEmpty_shouldNotPopulateMoreThanOneLevel()
      • testWhenCollectorReturnsSlots_shouldPopulateSelectedDependencies

        public void testWhenCollectorReturnsSlots_shouldPopulateSelectedDependencies()
      • testWhenCollectorReturnsSlots_shouldPopulateSharedDependencies

        public void testWhenCollectorReturnsSlots_shouldPopulateSharedDependencies()
      • testWhenCollectorReturnsParentPage_shouldPopulateUnavailableDependencies

        public void testWhenCollectorReturnsParentPage_shouldPopulateUnavailableDependencies()
      • performItemSynchronizationWithConfigWillDelegateToSyncServiceWithConfig

        public void performItemSynchronizationWithConfigWillDelegateToSyncServiceWithConfig()
      • performItemSynchronizationWithoutConfigWillDelegateToSyncServiceWithDefaultConfig

        public void performItemSynchronizationWithoutConfigWillDelegateToSyncServiceWithDefaultConfig()
      • shouldValidateRequestAndSynchronizationDataBeforeSynchronizingItems

        public void shouldValidateRequestAndSynchronizationDataBeforeSynchronizingItems()
      • testWhenDependentPageNeverSyncWillFindUnavailableDependencies

        public void testWhenDependentPageNeverSyncWillFindUnavailableDependencies()
      • testWhenDependentPageSyncedWillFindEmptyUnavailableDependencies

        public void testWhenDependentPageSyncedWillFindEmptyUnavailableDependencies()