Class: TestLauncher::Frameworks::Generic::TestCase

Inherits:
Base::TestCase show all
Defined in:
lib/test_launcher/frameworks/generic.rb

Instance Attribute Summary

Attributes inherited from Implementation::TestCase

#example, #file, #line_number, #request

Instance Method Summary collapse

Methods inherited from Base::TestCase

#test_root_dir_name

Methods inherited from Implementation::TestCase

#app_root, #exploded_path, from_search, #initialize, #is_example?, #mtime, #relative_file, #test_root, #test_root_dir_name

Constructor Details

This class inherits a constructor from TestLauncher::Frameworks::Implementation::TestCase

Instance Method Details

#file_runnerObject



74
75
76
# File 'lib/test_launcher/frameworks/generic.rb', line 74

def file_runner
  "ruby"
end