Class LeavesOrClosestAncestorsCatalogsLookupStrategyTest


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

      • LeavesOrClosestAncestorsCatalogsLookupStrategyTest

        public LeavesOrClosestAncestorsCatalogsLookupStrategyTest()
    • Method Detail

      • setupTest

        public void setupTest()
      • shouldReturnLeavesCatalogWhenRecursionIs0

        public void shouldReturnLeavesCatalogWhenRecursionIs0()
      • shouldReturnClosestParentsWhenRecursionIs10

        public void shouldReturnClosestParentsWhenRecursionIs10()
      • shouldHandleBrokenHierarchy

        public void shouldHandleBrokenHierarchy()
        This should not happen, but just making sure we dont get a stack overflow in this case.