Class ProductBundleDisablePopulatorTest

java.lang.Object
de.hybris.platform.configurablebundlefacades.converters.populator.ProductBundleDisablePopulatorTest

@UnitTest public class ProductBundleDisablePopulatorTest extends Object
  • 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()