Class BundleCommerceCartPopulatorTest
- java.lang.Object
-
- de.hybris.platform.configurablebundlefacades.order.converters.populator.BundleCommerceCartPopulatorTest
-
@UnitTest public class BundleCommerceCartPopulatorTest extends java.lang.Object
Unit tests forBundleCommerceCartPopulator
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionthrown
-
Constructor Summary
Constructors Constructor Description BundleCommerceCartPopulatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldThrowExceptionWhenSourceIsNull()voidshouldThrowExceptionWhenTargetIsNull()voidtestPopulateEmptyEntries()voidtestPopulateNoEntries()voidtestPopulateWithEntries()voidtestPopulateWithIncompleteComponets()voidtestPopulateWithPotentialPromotions()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldThrowExceptionWhenSourceIsNull
public void shouldThrowExceptionWhenSourceIsNull()
-
shouldThrowExceptionWhenTargetIsNull
public void shouldThrowExceptionWhenTargetIsNull()
-
testPopulateNoEntries
public void testPopulateNoEntries()
-
testPopulateEmptyEntries
public void testPopulateEmptyEntries()
-
testPopulateWithEntries
public void testPopulateWithEntries()
-
testPopulateWithIncompleteComponets
public void testPopulateWithIncompleteComponets()
-
testPopulateWithPotentialPromotions
public void testPopulateWithPotentialPromotions()
-
-