Class ProductBundleDisablePopulatorTest
- java.lang.Object
-
- de.hybris.platform.configurablebundlefacades.converters.populator.ProductBundleDisablePopulatorTest
-
@UnitTest public class ProductBundleDisablePopulatorTest extends java.lang.Object
Unit tests forProductBundleDisablePopulator
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionthrown
-
Constructor Summary
Constructors Constructor Description ProductBundleDisablePopulatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldThrowExceptionWhenSourceIsNull()voidshouldThrowExceptionWhenTargetIsNull()voidtestPopulateDisableRuleTargetSetToConditional()voidtestPopulateMixedDisableRules()voidtestPopulateNoBundleTemplatesAndRules()voidtestPopulateNoRules()voidtestPopulateOneConditionalDisableRule()voidtestPopulateOneDisableRuleConditionalSetToTarget()voidtestPopulateOneTargetDisableRule()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldThrowExceptionWhenSourceIsNull
public void shouldThrowExceptionWhenSourceIsNull()
-
shouldThrowExceptionWhenTargetIsNull
public void shouldThrowExceptionWhenTargetIsNull()
-
testPopulateNoBundleTemplatesAndRules
public void testPopulateNoBundleTemplatesAndRules()
-
testPopulateNoRules
public void testPopulateNoRules()
-
testPopulateOneTargetDisableRule
public void testPopulateOneTargetDisableRule()
-
testPopulateOneConditionalDisableRule
public void testPopulateOneConditionalDisableRule()
-
testPopulateMixedDisableRules
public void testPopulateMixedDisableRules()
-
testPopulateDisableRuleTargetSetToConditional
public void testPopulateDisableRuleTargetSetToConditional()
-
testPopulateOneDisableRuleConditionalSetToTarget
public void testPopulateOneDisableRuleConditionalSetToTarget()
-
-