class TestLauncher::Frameworks::Base::TestCase

Public Instance Methods

test_root_dir_name() click to toggle source
# File lib/test_launcher/frameworks/base.rb, line 77
def test_root_dir_name
  # directory where tests are found
  raise NotImplementedError
end