Method: AppMap::Depends::TestRunner#test_command_fn

Defined in:
lib/appmap/depends/test_runner.rb

#test_command_fn(framework) ⇒ Object



75
76
77
78
79
80
81
# File 'lib/appmap/depends/test_runner.rb', line 75

def test_command_fn(framework)
  lookup_method("#{framework}_test_command_method") do |method|
    lambda do |test_files|
      method.call(test_files)
    end
  end
end