Class FulfillmentGroupItemDaoTest

java.lang.Object
org.springframework.test.context.testng.AbstractTestNGSpringContextTests
org.broadleafcommerce.test.TestNGSiteIntegrationSetup
org.broadleafcommerce.core.order.dao.FulfillmentGroupItemDaoTest
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.testng.IHookable, org.testng.ITestNGListener

public class FulfillmentGroupItemDaoTest extends TestNGSiteIntegrationSetup
  • Constructor Details

    • FulfillmentGroupItemDaoTest

      public FulfillmentGroupItemDaoTest()
  • Method Details

    • createDefaultFulfillmentGroup

      @Rollback(false) @Transactional public void createDefaultFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
    • createFulfillmentGroupItem

      @Rollback(false) @Transactional public void createFulfillmentGroupItem(DiscreteOrderItem orderItem) throws org.broadleafcommerce.core.pricing.service.exception.PricingException
      Throws:
      org.broadleafcommerce.core.pricing.service.exception.PricingException
    • readFulfillmentGroupItemsForFulfillmentGroup

      @Transactional public void readFulfillmentGroupItemsForFulfillmentGroup()
    • readFulfillmentGroupItemsById

      @Transactional public void readFulfillmentGroupItemsById()