Class CPQConfigurableCheckerTest


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

      • CPQConfigurableCheckerTest

        public CPQConfigurableCheckerTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.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()