class ReportsFinanceBillingsTest

Public Instance Methods

test_get_by_buyers_company() click to toggle source
# File test/test_reports_finance_billings.rb, line 32
def test_get_by_buyers_company
  api = Upwork::Api::Routers::Reports::Finance::Billings.new(get_client_mock)
  assert api.get_by_buyers_company('12', {})
end
test_get_by_buyers_team() click to toggle source
# File test/test_reports_finance_billings.rb, line 27
def test_get_by_buyers_team
  api = Upwork::Api::Routers::Reports::Finance::Billings.new(get_client_mock)
  assert api.get_by_buyers_team('12', {})
end
test_get_by_freelancer() click to toggle source
# File test/test_reports_finance_billings.rb, line 12
def test_get_by_freelancer
  api = Upwork::Api::Routers::Reports::Finance::Billings.new(get_client_mock)
  assert api.get_by_freelancer('12', {})
end
test_get_by_freelancers_company() click to toggle source
# File test/test_reports_finance_billings.rb, line 22
def test_get_by_freelancers_company
  api = Upwork::Api::Routers::Reports::Finance::Billings.new(get_client_mock)
  assert api.get_by_freelancers_company('12', {})
end
test_get_by_freelancers_team() click to toggle source
# File test/test_reports_finance_billings.rb, line 17
def test_get_by_freelancers_team
  api = Upwork::Api::Routers::Reports::Finance::Billings.new(get_client_mock)
  assert api.get_by_freelancers_team('12', {})
end