Class CustomerListControllerIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class CustomerListControllerIntegrationTest extends AbstractControllerIntegrationIntegrationTest
  • Field Details

  • Constructor Details

    • CustomerListControllerIntegrationTest

      public CustomerListControllerIntegrationTest()
  • Method Details

    • shouldGetCustomerLists

      public void shouldGetCustomerLists()
    • getCustomerListWSCall

      protected javax.ws.rs.core.Response getCustomerListWSCall(String oauthUserName, String oauthPassword)
    • assertCustomerLists

      protected void assertCustomerLists(javax.ws.rs.core.Response response)
    • getResultUidsFromResponse

      protected List<String> getResultUidsFromResponse(javax.ws.rs.core.Response result)
    • shouldGetEmptyCustomerLists

      public void shouldGetEmptyCustomerLists()
    • shouldGetValidCustomerListDetails

      public void shouldGetValidCustomerListDetails()