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

public class CustomerTest extends TestNGSiteIntegrationSetup
  • Field Details

    • em

      protected jakarta.persistence.EntityManager em
  • Constructor Details

    • CustomerTest

      public CustomerTest()
  • Method Details

    • createCustomerIdGeneration

      @Commit @Transactional public void createCustomerIdGeneration()
    • createCustomer

      @Rollback(false) public void createCustomer(org.broadleafcommerce.profile.core.domain.Customer customerInfo)
    • readCustomersById

      public void readCustomersById()
    • changeCustomerPasswords

      @Transactional @Commit public void changeCustomerPasswords()