Class BundleTemplatePopulatorTest
java.lang.Object
de.hybris.platform.configurablebundlefacades.converters.populator.BundleTemplatePopulatorTest
Unit tests for
BundleTemplatePopulator-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
thrown
public org.junit.rules.ExpectedException thrown
-
-
Constructor Details
-
BundleTemplatePopulatorTest
public BundleTemplatePopulatorTest()
-
-
Method Details
-
setUp
public void setUp() -
shouldThrowExceptionWhenSourceIsNull
public void shouldThrowExceptionWhenSourceIsNull() -
shouldThrowExceptionWhenTargetIsNull
public void shouldThrowExceptionWhenTargetIsNull() -
testPopulateRootBundleTemplate
public void testPopulateRootBundleTemplate() -
testPopulateIntermediateBundleTemplate
public void testPopulateIntermediateBundleTemplate() -
testPopulateLeafBundleTemplate
public void testPopulateLeafBundleTemplate() -
testPopulateBundleTemplateHasNoProducts
public void testPopulateBundleTemplateHasNoProducts() -
testPopulateBundleTemplateHasOneProduct
public void testPopulateBundleTemplateHasOneProduct() -
testPopulateBundleTemplateHasTwoProducts
public void testPopulateBundleTemplateHasTwoProducts() -
testPopulateBundleTemplateHasNoSelectionCriteria
public void testPopulateBundleTemplateHasNoSelectionCriteria() -
testPopulateBundleTemplateHasNtoMCriteria
public void testPopulateBundleTemplateHasNtoMCriteria() -
testPopulateBundleTemplateHasExactlyNCriteria
public void testPopulateBundleTemplateHasExactlyNCriteria()
-