Class ProductBundleStarterPopulatorTest
- java.lang.Object
-
- de.hybris.platform.configurablebundlefacades.converters.populator.ProductBundleStarterPopulatorTest
-
@UnitTest public class ProductBundleStarterPopulatorTest extends java.lang.Object
Unit tests forProductBundleStarterPopulator
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionthrown
-
Constructor Summary
Constructors Constructor Description ProductBundleStarterPopulatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldThrowExceptionWhenSourceIsNull()voidshouldThrowExceptionWhenTargetIsNull()voidtestPopulateProductWithMixedBundleTemplates()voidtestPopulateProductWithNoBundleTemplates()voidtestPopulateProductWithNonStarterBundleTemplate()voidtestPopulateProductWithStarterBundleTemplate()
-
-
-
Method Detail
-
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()
-
-