Class RegisterCustomerControllerTest

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

public class RegisterCustomerControllerTest extends TestNGSiteIntegrationSetup
  • Constructor Details

    • RegisterCustomerControllerTest

      public RegisterCustomerControllerTest()
  • Method Details

    • setupControllerTest

      @BeforeClass protected void setupControllerTest()
    • tearDownControllerTest

      @AfterClass protected void tearDownControllerTest()
    • createCustomerFromController

      @Transactional @Rollback(false) public void createCustomerFromController(org.broadleafcommerce.profile.web.core.form.RegisterCustomerForm registerCustomer)
    • viewRegisterCustomerFromController

      public void viewRegisterCustomerFromController()