Class GroupStatusCheckerImplTest

java.lang.Object
de.hybris.platform.sap.productconfig.facades.impl.GroupStatusCheckerImplTest

@UnitTest public class GroupStatusCheckerImplTest extends Object
  • Constructor Details

    • GroupStatusCheckerImplTest

      public GroupStatusCheckerImplTest()
  • Method Details

    • testCheckCompletenessGroupNull

      public void testCheckCompletenessGroupNull()
    • testCheckCompletenessCsticListNull

      public void testCheckCompletenessCsticListNull()
    • testCheckCompletenessCsticListEmpty

      public void testCheckCompletenessCsticListEmpty()
    • testCheckCompletenessCsticListWithNonRequiredCsticsWithValues

      public void testCheckCompletenessCsticListWithNonRequiredCsticsWithValues()
    • testCheckCompletenessCsticListWithNonRequiredCsticsWithoutValues

      public void testCheckCompletenessCsticListWithNonRequiredCsticsWithoutValues()
    • testCheckCompletenessCsticListWithRequiredCsticsWithValues

      public void testCheckCompletenessCsticListWithRequiredCsticsWithValues()
    • testCheckCompletenessCsticListWithRequiredCsticsWithoutValues

      public void testCheckCompletenessCsticListWithRequiredCsticsWithoutValues()
    • testCheckCompletenessCsticListWithRequiredMultiValueCsticsWithoutValues

      public void testCheckCompletenessCsticListWithRequiredMultiValueCsticsWithoutValues()
    • testCheckCompletenessCsticListWithRequiredMultiValueCsticsWithValues

      public void testCheckCompletenessCsticListWithRequiredMultiValueCsticsWithValues()
    • testCheckCompletenessCsticListWithRequiredMultiImageValueCsticsWithoutValues

      public void testCheckCompletenessCsticListWithRequiredMultiImageValueCsticsWithoutValues()
    • testCheckCompletenessCsticListWithRequiredMultiImageValueCsticsWithValues

      public void testCheckCompletenessCsticListWithRequiredMultiImageValueCsticsWithValues()
    • testCheckCompletenessForSubGroupsNull

      public void testCheckCompletenessForSubGroupsNull()
    • testCheckCompletenessForSubGroupsEmpty

      public void testCheckCompletenessForSubGroupsEmpty()
    • testCheckCompletenessForSubGroupsAllComplete

      public void testCheckCompletenessForSubGroupsAllComplete()
    • testCheckCompletenessForSubGroupsAllIncomplete

      public void testCheckCompletenessForSubGroupsAllIncomplete()
    • testCheckCompletenessForSubGroupsMixed

      public void testCheckCompletenessForSubGroupsMixed()
    • testCheckConsistencyNull

      public void testCheckConsistencyNull()
    • testCheckConsistencyEmpty

      public void testCheckConsistencyEmpty()
    • testCheckConsistencyCsticListNull

      public void testCheckConsistencyCsticListNull()
    • testCheckConsistencyAllConsistent

      public void testCheckConsistencyAllConsistent()
    • testCheckConsistencyAllInconsistent

      public void testCheckConsistencyAllInconsistent()
    • testCheckConsistencyMixed

      public void testCheckConsistencyMixed()
    • testCheckConsistencyForSubGroupsNull

      public void testCheckConsistencyForSubGroupsNull()
    • testCheckConsistencyForSubGroupsEmpty

      public void testCheckConsistencyForSubGroupsEmpty()
    • testCheckConsistencyForSubGroupsAllConsistent

      public void testCheckConsistencyForSubGroupsAllConsistent()
    • testCheckConsistencyForSubGroupsAllInconsistent

      public void testCheckConsistencyForSubGroupsAllInconsistent()
    • testCheckConsistencyForSubGroupsMixed

      public void testCheckConsistencyForSubGroupsMixed()
    • addNewGroup

      protected void addNewGroup(List<UiGroupData> groups, boolean complete, boolean consistent)
    • createGroupWithNonRequiredCsticsWithValues

      protected UiGroupData createGroupWithNonRequiredCsticsWithValues()
    • createGroupWithRequiredCsticsWithoutValues

      protected UiGroupData createGroupWithRequiredCsticsWithoutValues()
    • createGroupWithRequiredCsticsWithValues

      protected UiGroupData createGroupWithRequiredCsticsWithValues()
    • createGroupWithNonRequiredCsticsWithoutValues

      protected UiGroupData createGroupWithNonRequiredCsticsWithoutValues()
    • createGroupWithRequiredMultiValueCsticsWithoutValues

      protected UiGroupData createGroupWithRequiredMultiValueCsticsWithoutValues()
    • createGroupWithRequiredMultiValueCsticsWithValues

      protected UiGroupData createGroupWithRequiredMultiValueCsticsWithValues()
    • createGroupWithRequiredMultiImageValueCsticsWithoutValues

      protected UiGroupData createGroupWithRequiredMultiImageValueCsticsWithoutValues()
    • createGroupWithRequiredMultiImageValueCsticsWithValues

      protected UiGroupData createGroupWithRequiredMultiImageValueCsticsWithValues()
    • createCstic

      protected CsticData createCstic(String key, UiType type, boolean required, String value)
    • createCstic

      protected CsticModel createCstic(String name, boolean multivalued, boolean required, boolean consistent, String value)