Class: SMARTAppLaunch::SMARTAccessBrandsValidateEndpointURLs

Inherits:
Inferno::Test
  • Object
show all
Defined in:
lib/smart_app_launch/smart_access_brands_validate_endpoint_urls_test.rb

Instance Method Summary collapse

Instance Method Details

#get_endpoint_availability_limit(endpoint_availability_limit) ⇒ Object



46
47
48
49
50
# File 'lib/smart_app_launch/smart_access_brands_validate_endpoint_urls_test.rb', line 46

def get_endpoint_availability_limit(endpoint_availability_limit)
  return if endpoint_availability_limit.blank?

  endpoint_availability_limit.to_i
end

#skip_messageObject



52
53
54
55
56
57
58
# File 'lib/smart_app_launch/smart_access_brands_validate_endpoint_urls_test.rb', line 52

def skip_message
  %(
    No User Access Brands request was made in the previous test, and no User Access Brands Bundle was provided as
    input instead. Either provide a User Access Brands Publication URL to retrieve the Bundle via a HTTP GET
    request, or provide the Bundle as an input.
  )
end