Module: Kanoah::Helper::TestCase
- Included in:
- Client
- Defined in:
- lib/helpers/test_case.rb
Instance Method Summary collapse
Instance Method Details
#retrive_based_on_username(test_run, username) ⇒ Object
4 5 6 7 8 |
# File 'lib/helpers/test_case.rb', line 4 def retrive_based_on_username(test_run, username) test_run['items'].map do |test_case| test_case['testCaseKey'] if test_case['userKey'] == username end.compact end |