Class DefaultBundleTemplateServiceNestedIntegrationTest

    • Constructor Detail

      • DefaultBundleTemplateServiceNestedIntegrationTest

        public DefaultBundleTemplateServiceNestedIntegrationTest()
    • Method Detail

      • setUp

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

        public void shouldGetLeafComponents()
      • shouldGetLeafsByNonLeafComponent

        public void shouldGetLeafsByNonLeafComponent()
      • shouldReturnLeafsByRoot

        public void shouldReturnLeafsByRoot()
      • leafListShouldBeConsistentRelativeToSourceComponent

        public void leafListShouldBeConsistentRelativeToSourceComponent()
      • shouldPreventLeafOrder

        public void shouldPreventLeafOrder()
      • shouldReturnAllRootTemplates

        public void shouldReturnAllRootTemplates()
      • shouldReturnAllRootTemplatesIncludingArchived

        public void shouldReturnAllRootTemplatesIncludingArchived()
      • shouldReturnPositionInPackage

        public void shouldReturnPositionInPackage()
      • shouldNotReturnPositionInParentForNonLeafComponents

        public void shouldNotReturnPositionInParentForNonLeafComponents()
      • shouldReturnNextComponentOfTheSameGroup

        public void shouldReturnNextComponentOfTheSameGroup()
      • shouldReturnNextComponentAcrossGroups

        public void shouldReturnNextComponentAcrossGroups()
      • shouldReturnNullForNextOfTheLast

        public void shouldReturnNullForNextOfTheLast()
      • shouldRejectNextOfNull

        public void shouldRejectNextOfNull()
      • shouldReturnPrecedingComponentOfTheSameGroup

        public void shouldReturnPrecedingComponentOfTheSameGroup()
      • shouldReturnPrecedingComponentAcrossGroups

        public void shouldReturnPrecedingComponentAcrossGroups()
      • shouldReturnNullForPrevOfTheFirst

        public void shouldReturnNullForPrevOfTheFirst()
      • shouldRejectPrevOfNull

        public void shouldRejectPrevOfNull()
      • relativeShouldWorkAsNext

        public void relativeShouldWorkAsNext()
      • relativeShouldWorkAsPrev

        public void relativeShouldWorkAsPrev()
      • relativeShouldBeAbleToJumpForward

        public void relativeShouldBeAbleToJumpForward()
      • relativeShouldBeAbleToJumpBackward

        public void relativeShouldBeAbleToJumpBackward()
      • relativeShouldHandleUnderflow

        public void relativeShouldHandleUnderflow()
      • relativeShouldHandleOverflow

        public void relativeShouldHandleOverflow()
      • shouldGetComponentsByProduct

        public void shouldGetComponentsByProduct()
      • shouldReturnEmptyComponentListForStandaloneProduct

        public void shouldReturnEmptyComponentListForStandaloneProduct()
      • gettingComponentsByProductShouldHandleNonPersistentProduct

        public void gettingComponentsByProductShouldHandleNonPersistentProduct()
      • gettingComponentsByProductShouldHandleNullArgument

        public void gettingComponentsByProductShouldHandleNullArgument()
      • shouldGetRootBundleTemplates

        public void shouldGetRootBundleTemplates()
      • shouldGetOnlyApprovedBundleTemplates

        public void shouldGetOnlyApprovedBundleTemplates()
      • shouldGetTemplatesOnlyFromGivenCatalog

        public void shouldGetTemplatesOnlyFromGivenCatalog()
      • shouldHandleNullCatalogWhileGettingTemplates

        public void shouldHandleNullCatalogWhileGettingTemplates()
      • shouldHandleNonPersistentArgumentWhileGettingTemplates

        public void shouldHandleNonPersistentArgumentWhileGettingTemplates()
      • getProduct

        protected ProductModel getProduct​(java.lang.String code)