Class ProductBundleDisablePopulatorTest
java.lang.Object
de.hybris.platform.configurablebundlefacades.converters.populator.ProductBundleDisablePopulatorTest
Unit tests for
ProductBundleDisablePopulator-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
thrown
public org.junit.rules.ExpectedException thrown
-
-
Constructor Details
-
ProductBundleDisablePopulatorTest
public ProductBundleDisablePopulatorTest()
-
-
Method Details
-
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()
-