Class CPQConfigurableCheckerTest
java.lang.Object
de.hybris.platform.sap.productconfig.services.impl.CPQConfigurableCheckerTest
Unit test for
CPQConfigurableChecker-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
CPQConfigurableCheckerTest
public CPQConfigurableCheckerTest()
-
-
Method Details
-
setUp
- 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()
-