Class DefaultCommercePriceServiceIntTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class DefaultCommercePriceServiceIntTest extends ServicelayerTest
JUnit test suite for DefaultCommercePriceService
  • Constructor Details

    • DefaultCommercePriceServiceIntTest

      public DefaultCommercePriceServiceIntTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • testBaseStore

      public void testBaseStore()
    • testCart

      public void testCart()
    • testDefault

      public void testDefault()
    • testCartFactory

      public void testCartFactory()
    • calcNet

      protected double calcNet(double price, boolean full)
    • verifyProduct

      protected void verifyProduct(ProductModel product, double webPrice, double fromPrice, boolean net)
    • verifyProduct

      protected void verifyProduct(ProductModel product, double webPrice, double fromPrice, boolean net, boolean purchasable)
    • verifyPrice

      protected void verifyPrice(PriceInformation price, double expected, boolean net)
    • createSite

      protected BaseSiteModel createSite(boolean net)
    • updateBaseSite

      protected void updateBaseSite(BaseSiteModel siteModel, boolean net)