Class: TestLauncher::Frameworks::ExUnit::TestCase
- Inherits:
-
Base::TestCase
- Object
- Implementation::TestCase
- Base::TestCase
- TestLauncher::Frameworks::ExUnit::TestCase
- Defined in:
- lib/test_launcher/frameworks/ex_unit.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, #test_root
Constructor Details
This class inherits a constructor from TestLauncher::Frameworks::Implementation::TestCase
Instance Method Details
#test_root_dir_name ⇒ Object
74 75 76 |
# File 'lib/test_launcher/frameworks/ex_unit.rb', line 74 def test_root_dir_name "test" end |