Class DefaultTmaCalculationServiceIntegrationTest

  • All Implemented Interfaces:
    de.hybris.platform.testframework.JaloSessionHolder

    @IntegrationTest
    public class DefaultTmaCalculationServiceIntegrationTest
    extends de.hybris.platform.servicelayer.ServicelayerTransactionalTest
    Since:
    1907
    • Field Summary

      • Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest

        importService
      • Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test

        jaloSession
    • Constructor Detail

      • DefaultTmaCalculationServiceIntegrationTest

        public DefaultTmaCalculationServiceIntegrationTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testOrderEntriesPriceWhenPriceIsNet

        public void testOrderEntriesPriceWhenPriceIsNet()
                                                 throws de.hybris.platform.order.exceptions.CalculationException
        Throws:
        de.hybris.platform.order.exceptions.CalculationException
      • testOrderEntriesPriceWhenPriceIsNotNet

        public void testOrderEntriesPriceWhenPriceIsNotNet()
                                                    throws de.hybris.platform.order.exceptions.CalculationException
        Throws:
        de.hybris.platform.order.exceptions.CalculationException
      • testOrderPriceWhenPriceIsNet

        public void testOrderPriceWhenPriceIsNet()
                                          throws de.hybris.platform.order.exceptions.CalculationException
        Throws:
        de.hybris.platform.order.exceptions.CalculationException
      • testOrderPriceWhenPriceIsNotNet

        public void testOrderPriceWhenPriceIsNotNet()
                                             throws de.hybris.platform.order.exceptions.CalculationException
        Throws:
        de.hybris.platform.order.exceptions.CalculationException
      • createOrder

        protected OrderModel createOrder​(boolean isNet)