Class SkuDaoTest

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

public class SkuDaoTest extends TestNGSiteIntegrationSetup
  • Field Summary

    Fields inherited from class org.broadleafcommerce.test.TestNGSiteIntegrationSetup

    LOG

    Fields inherited from class org.springframework.test.context.testng.AbstractTestNGSpringContextTests

    applicationContext, logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createSku(org.broadleafcommerce.core.catalog.domain.Sku sku)
     
    void
     
    void
     

    Methods inherited from class org.broadleafcommerce.test.TestNGSiteIntegrationSetup

    logStart, logWhenDone, reSetApplicationContext

    Methods inherited from class org.springframework.test.context.testng.AbstractTestNGSpringContextTests

    run, setApplicationContext, springTestContextAfterTestClass, springTestContextAfterTestMethod, springTestContextBeforeTestClass, springTestContextBeforeTestMethod, springTestContextPrepareTestInstance

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SkuDaoTest

      public SkuDaoTest()
  • Method Details

    • createSku

      @Rollback(false) public void createSku(org.broadleafcommerce.core.catalog.domain.Sku sku)
    • readFirstSku

      @Transactional public void readFirstSku()
    • readSkuById

      @Transactional public void readSkuById()