Class ProductBundleStarterPopulatorTest
java.lang.Object
de.hybris.platform.configurablebundlefacades.converters.populator.ProductBundleStarterPopulatorTest
Unit tests for
ProductBundleStarterPopulator-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
thrown
public org.junit.rules.ExpectedException thrown
-
-
Constructor Details
-
ProductBundleStarterPopulatorTest
public ProductBundleStarterPopulatorTest()
-
-
Method Details
-
setUp
public void setUp() -
shouldThrowExceptionWhenSourceIsNull
public void shouldThrowExceptionWhenSourceIsNull() -
shouldThrowExceptionWhenTargetIsNull
public void shouldThrowExceptionWhenTargetIsNull() -
testPopulateProductWithNoBundleTemplates
public void testPopulateProductWithNoBundleTemplates() -
testPopulateProductWithStarterBundleTemplate
public void testPopulateProductWithStarterBundleTemplate() -
testPopulateProductWithNonStarterBundleTemplate
public void testPopulateProductWithNonStarterBundleTemplate() -
testPopulateProductWithMixedBundleTemplates
public void testPopulateProductWithMixedBundleTemplates()
-