Method: AppMap::Depends::TestRunner#select_tests_fn
- Defined in:
- lib/appmap/depends/test_runner.rb
#select_tests_fn(framework) ⇒ Object
67 68 69 70 71 72 73 |
# File 'lib/appmap/depends/test_runner.rb', line 67 def select_tests_fn(framework) lookup_method("#{framework}_select_tests_method") do |method| lambda do |test_files| method.call(test_files) end end end |