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
Instance Attribute Summary
Attributes inherited from Implementation::TestCase
Instance Method Summary collapse
Methods inherited from Implementation::TestCase
#app_root, #exploded_path, from_search, #initialize, #is_example?, #mtime, #relative_test_path, #runner, #spring_enabled?, #test_root
Constructor Details
This class inherits a constructor from TestLauncher::Frameworks::Implementation::TestCase
Instance Method Details
#test_root_folder_name ⇒ Object
47 48 49 50 |
# File 'lib/test_launcher/frameworks/base.rb', line 47 def test_root_folder_name # directory where tests are found raise NotImplementedError end |