Class PaymentInfoServiceTest

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

public class PaymentInfoServiceTest extends TestNGSiteIntegrationSetup
  • Constructor Details

    • PaymentInfoServiceTest

      public PaymentInfoServiceTest()
  • Method Details

    • createPayment

      @Rollback(false) @Transactional public void createPayment(org.broadleafcommerce.core.payment.domain.OrderPayment payment)
    • readPaymentInfoById

      public void readPaymentInfoById()
    • readPaymentInfoByOrder

      @Transactional public void readPaymentInfoByOrder()
    • createTestPayment

      @Transactional public void createTestPayment()