Class AbstractCouponWebServicesTest

    • Constructor Detail

      • AbstractCouponWebServicesTest

        public AbstractCouponWebServicesTest()
    • Method Detail

      • updateCouponStatus

        protected javax.ws.rs.core.Response updateCouponStatus​(java.lang.String couponId,
                                                               java.lang.Boolean active)
      • updateCouponStatusWithoutAuthorization

        protected javax.ws.rs.core.Response updateCouponStatusWithoutAuthorization​(java.lang.String couponId,
                                                                                   java.lang.Boolean active)
      • testPutEmptyCouponStatusWsDTO

        public void testPutEmptyCouponStatusWsDTO()
      • testPutInvalidCouponStatusWsDTO

        public void testPutInvalidCouponStatusWsDTO()
      • validateCouponWithoutAuthorization

        protected javax.ws.rs.core.Response validateCouponWithoutAuthorization​(java.lang.String couponId)
      • validateMultiCodeCouponUsingClientCredentials

        protected javax.ws.rs.core.Response validateMultiCodeCouponUsingClientCredentials​(java.lang.String couponId)
      • validateCouponUsingClientCredentials

        protected javax.ws.rs.core.Response validateCouponUsingClientCredentials​(java.lang.String couponId)
      • validateCouponWithCustomerIdUsingClientCredentials

        protected javax.ws.rs.core.Response validateCouponWithCustomerIdUsingClientCredentials​(java.lang.String couponId,
                                                                                               java.lang.String customerId)