class MetadataTest

Public Instance Methods

test_get_categories_v2() click to toggle source
# File test/test_metadata.rb, line 37
def test_get_categories_v2
  api = Upwork::Api::Routers::Metadata.new(get_client_mock)
  assert api.get_categories_v2
end
test_get_reasons() click to toggle source
# File test/test_metadata.rb, line 42
def test_get_reasons
  api = Upwork::Api::Routers::Metadata.new(get_client_mock)
  assert api.get_reasons({})
end
test_get_regions() click to toggle source
# File test/test_metadata.rb, line 17
def test_get_regions
  api = Upwork::Api::Routers::Metadata.new(get_client_mock)
  assert api.get_regions
end
test_get_skills() click to toggle source
# File test/test_metadata.rb, line 22
def test_get_skills
  api = Upwork::Api::Routers::Metadata.new(get_client_mock)
  assert api.get_skills
end
test_get_skills_v2() click to toggle source
# File test/test_metadata.rb, line 27
def test_get_skills_v2
  api = Upwork::Api::Routers::Metadata.new(get_client_mock)
  assert api.get_skills_v2({})
end
test_get_specialties() click to toggle source
# File test/test_metadata.rb, line 32
def test_get_specialties
  api = Upwork::Api::Routers::Metadata.new(get_client_mock)
  assert api.get_specialties
end
test_get_tests() click to toggle source
# File test/test_metadata.rb, line 12
def test_get_tests
  api = Upwork::Api::Routers::Metadata.new(get_client_mock)
  assert api.get_tests
end