Class CheckoutTest

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

public class CheckoutTest extends TestNGSiteIntegrationSetup
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.broadleafcommerce.common.currency.service.BroadleafCurrencyService
     

    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
    testCheckout(org.broadleafcommerce.common.currency.domain.BroadleafCurrency usCurrency)
     

    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
  • Field Details

    • currencyService

      protected org.broadleafcommerce.common.currency.service.BroadleafCurrencyService currencyService
  • Constructor Details

    • CheckoutTest

      public CheckoutTest()
  • Method Details

    • testCheckout

      @Transactional public void testCheckout(org.broadleafcommerce.common.currency.domain.BroadleafCurrency usCurrency) throws Exception
      Throws:
      Exception