Class OfferAuditTest

java.lang.Object
org.springframework.test.context.testng.AbstractTestNGSpringContextTests
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.testng.IHookable, org.testng.ITestNGListener

public class OfferAuditTest extends CommonSetupBaseTest
Author:
Chad Harchar (charchar)
  • Field Details

    • dataProvider

      protected final org.broadleafcommerce.core.offer.service.OfferDataItemProvider dataProvider
  • Constructor Details

    • OfferAuditTest

      public OfferAuditTest()
  • Method Details

    • createSku

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

      @Transactional public void testMinimumDaysPerUsageAudit() throws Exception
      Throws:
      Exception