Class CustomerListControllerIntegrationTest

    • Field Detail

      • OAUTH_NO_CUSTOMER_LISTS_USERNAME

        public static final java.lang.String OAUTH_NO_CUSTOMER_LISTS_USERNAME
        See Also:
        Constant Field Values
      • RECENT_CUSTOMER_LIST_ID

        protected static final java.lang.String RECENT_CUSTOMER_LIST_ID
        See Also:
        Constant Field Values
      • RECENT_CUSTOMER_LIST_NAME

        protected static final java.lang.String RECENT_CUSTOMER_LIST_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • CustomerListControllerIntegrationTest

        public CustomerListControllerIntegrationTest()
    • Method Detail

      • shouldGetCustomerLists

        public void shouldGetCustomerLists()
      • getCustomerListWSCall

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

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

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

        public void shouldGetEmptyCustomerLists()
      • shouldGetValidCustomerListDetails

        public void shouldGetValidCustomerListDetails()