Class: TestLauncher::Frameworks::Base::TestCase
- Inherits:
-
Implementation::TestCase
- Object
- Implementation::TestCase
- TestLauncher::Frameworks::Base::TestCase
- Defined in:
- lib/test_launcher/frameworks/base.rb
Direct Known Subclasses
ExUnit::TestCase, Generic::TestCase, Minitest::TestCase, RSpec::TestCase
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, #test_root
Constructor Details
This class inherits a constructor from TestLauncher::Frameworks::Implementation::TestCase
Instance Method Details
#test_root_dir_name ⇒ Object
77 78 79 80 |
# File 'lib/test_launcher/frameworks/base.rb', line 77 def test_root_dir_name # directory where tests are found raise NotImplementedError end |