Class CustomerPhoneControllerTest

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

public class CustomerPhoneControllerTest extends TestNGSiteIntegrationSetup
  • Constructor Details

    • CustomerPhoneControllerTest

      public CustomerPhoneControllerTest()
  • Method Details

    • setupCustomerId

      @BeforeMethod(alwaysRun=true, dependsOnMethods="springTestContextBeforeTestMethod") protected void setupCustomerId(Method testMethod) throws Exception
      Throws:
      Exception
    • createCustomerPhoneFromController

      @Transactional @Commit public void createCustomerPhoneFromController(org.broadleafcommerce.profile.web.core.model.PhoneNameForm phoneNameForm)
    • makePhoneDefaultOnCustomerPhoneController

      @Transactional public void makePhoneDefaultOnCustomerPhoneController()
    • readCustomerPhoneFromController

      @Transactional public void readCustomerPhoneFromController()
    • viewCustomerPhoneFromController

      public void viewCustomerPhoneFromController()
    • viewExistingCustomerPhoneFromController

      @Transactional public void viewExistingCustomerPhoneFromController()