Class CPQConfigurableCheckerTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.services.impl.CPQConfigurableCheckerTest
-
@UnitTest public class CPQConfigurableCheckerTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CPQConfigurableCheckerTest()
-
Method Summary
-
-
-
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()
-
-