Class DefaultBundleCommerceRuleServiceTest
- java.lang.Object
-
- de.hybris.platform.configurablebundleservices.bundle.impl.DefaultBundleCommerceRuleServiceTest
-
@UnitTest public class DefaultBundleCommerceRuleServiceTest extends java.lang.Object
JUnit test suite forDefaultBundleCommerceRuleService
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionthrown
-
Constructor Summary
Constructors Constructor Description DefaultBundleCommerceRuleServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetChangePriceForEntryShouldValidateBundle()voidsetUp()voidtestGetChangePriceNoPriceRules()voidtestGetChangePriceWithPriceRules()voidtestGetDisableProductBundleRules()voidtestGetDisableProductBundleRulesNoCondProductsInCart()voidtestGetDisableProductBundleRulesNoRules()
-
-
-
Method Detail
-
setUp
public void setUp()
-
getChangePriceForEntryShouldValidateBundle
public void getChangePriceForEntryShouldValidateBundle()
-
testGetChangePriceNoPriceRules
public void testGetChangePriceNoPriceRules()
-
testGetChangePriceWithPriceRules
public void testGetChangePriceWithPriceRules()
-
testGetDisableProductBundleRules
public void testGetDisableProductBundleRules()
-
testGetDisableProductBundleRulesNoCondProductsInCart
public void testGetDisableProductBundleRulesNoCondProductsInCart()
-
testGetDisableProductBundleRulesNoRules
public void testGetDisableProductBundleRulesNoRules()
-
-