Class OrderDaoTest

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

public class OrderDaoTest extends TestNGSiteIntegrationSetup
  • Constructor Details

    • OrderDaoTest

      public OrderDaoTest()
  • Method Details

    • createOrder

      @Rollback(false) @Transactional public void createOrder(org.broadleafcommerce.core.order.domain.Order order)
    • readOrderById

      public void readOrderById()
    • readOrdersForCustomer

      @Transactional public void readOrdersForCustomer()