Class CPQConfigurableCheckerTest

java.lang.Object
de.hybris.platform.sap.productconfig.services.impl.CPQConfigurableCheckerTest

@UnitTest public class CPQConfigurableCheckerTest extends Object
  • Constructor Details

    • CPQConfigurableCheckerTest

      public CPQConfigurableCheckerTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • testIsProductConfigurableNullProduct

      public void testIsProductConfigurableNullProduct()
    • testIsUseableWithCPQConfigurator

      public void testIsUseableWithCPQConfigurator()
    • testIsUseableWithCPQConfiguratorFalse

      public void testIsUseableWithCPQConfiguratorFalse()
    • testProductCPQConfigurable

      public void testProductCPQConfigurable()
    • testProductNotCPQConfigurable

      public void testProductNotCPQConfigurable()
    • testProductNotCPQConfigurableWrongConfigurator

      public void testProductNotCPQConfigurableWrongConfigurator()
    • testProductCPQChangeableVariantProduct

      public void testProductCPQChangeableVariantProduct()
    • testProductNotCPQChangeableVariantProduct

      public void testProductNotCPQChangeableVariantProduct()
    • testProductNotCPQChangeableVariantProductWrongConfigurator

      public void testProductNotCPQChangeableVariantProductWrongConfigurator()
    • testIsCPQNotChangeableVariantProductWithNotChangeableVariant

      public void testIsCPQNotChangeableVariantProductWithNotChangeableVariant()
    • testIsCPQNotChangeableVariantProductWithChangeableVariant

      public void testIsCPQNotChangeableVariantProductWithChangeableVariant()
    • testIsCPQConfiguratorApplicableProductTrueForCPQConfigurable

      public void testIsCPQConfiguratorApplicableProductTrueForCPQConfigurable()
    • testIsCPQConfiguratorApplicableProductTrueForCPQChangeableVariant

      public void testIsCPQConfiguratorApplicableProductTrueForCPQChangeableVariant()
    • testIsCPQConfiguratorApplicableProductFalseForNonCPQProduct

      public void testIsCPQConfiguratorApplicableProductFalseForNonCPQProduct()