Class: TestLauncher::Frameworks::Base::TestCase

Inherits:
Implementation::TestCase show all
Defined in:
lib/test_launcher/frameworks/base.rb

Instance Attribute Summary

Attributes inherited from Implementation::TestCase

#example, #file, #line_number, #request

Instance Method Summary collapse

Methods inherited from Implementation::TestCase

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

Constructor Details

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

Instance Method Details

#test_root_dir_nameObject

Raises:

  • (NotImplementedError)


86
87
88
89
# File 'lib/test_launcher/frameworks/base.rb', line 86

def test_root_dir_name
  # directory where tests are found
  raise NotImplementedError
end