class HrFreelancersApplicationsTest
Public Instance Methods
          test_get_list()
          
          click to toggle source
          
        
        
        # File test/test_hr_freelancers_applications.rb, line 12 def test_get_list api = Upwork::Api::Routers::Hr::Freelancers::Applications.new(get_client_mock) assert api.get_list({}) end
          test_get_specific()
          
          click to toggle source
          
        
        
        # File test/test_hr_freelancers_applications.rb, line 17 def test_get_specific api = Upwork::Api::Routers::Hr::Freelancers::Applications.new(get_client_mock) assert api.get_specific('12') end