Class AbstractOrderPopulatorTest


  • @UnitTest
    public class AbstractOrderPopulatorTest
    extends java.lang.Object
    • Constructor Detail

      • AbstractOrderPopulatorTest

        public AbstractOrderPopulatorTest()
    • Method Detail

      • setUp

        public void setUp()
      • testAddCommon

        public void testAddCommon()
      • testAddTotals

        public void testAddTotals()
      • testAddTotalsNoDeliveryMode

        public void testAddTotalsNoDeliveryMode()
      • testAddTotalsNetCart

        public void testAddTotalsNetCart()
      • testAddEntries

        public void testAddEntries()
      • testAddPromotions

        public void testAddPromotions()
      • testAddPaymentInformation

        public void testAddPaymentInformation()
      • testAddDeliveryAddress

        public void testAddDeliveryAddress()
      • testAddDeliveryMethod

        public void testAddDeliveryMethod()
      • testAddDeliveryMethodZone

        public void testAddDeliveryMethodZone()
      • testCreatePriceSourceNull

        public void testCreatePriceSourceNull()
      • testCreatePriceCurrencyNull

        public void testCreatePriceCurrencyNull()
      • getTotalWithTaxShouldFailOnNullOrder

        public void getTotalWithTaxShouldFailOnNullOrder()
      • shouldReturnZeroForNullTotalPrice

        public void shouldReturnZeroForNullTotalPrice()
      • shouldAddNoTaxForNonNetSource

        public void shouldAddNoTaxForNonNetSource()
      • shouldAddNoTaxForFreeOrder

        public void shouldAddNoTaxForFreeOrder()
      • shouldAddNoTaxForOrderWithNullTax

        public void shouldAddNoTaxForOrderWithNullTax()
      • shouldAddTaxToOrder

        public void shouldAddTaxToOrder()
      • testAddEntryGroupsNoGroupsNoEntries

        public void testAddEntryGroupsNoGroupsNoEntries()
      • testAddEntryGroupsNoEntries

        public void testAddEntryGroupsNoEntries()
      • testAddEntryGroupsNoGroups

        public void testAddEntryGroupsNoGroups()
      • testAddEntryGroupsNoChildren

        public void testAddEntryGroupsNoChildren()
      • testAddEntryGroupsWithChild

        public void testAddEntryGroupsWithChild()
      • testAddStandaloneEntry

        public void testAddStandaloneEntry()
      • testAddEntryGroups

        public void testAddEntryGroups()
      • shouldFailFastOnBrokenData

        public void shouldFailFastOnBrokenData()
      • entryGroup

        protected EntryGroup entryGroup​(java.lang.Integer number,
                                        EntryGroup... children)