Class: TestLauncher::Frameworks::Base::Locator
Instance Method Summary
collapse
#_prioritized_results, #prioritized_results
Instance Method Details
#file_name_pattern ⇒ Object
14
15
16
17
|
# File 'lib/test_launcher/frameworks/base.rb', line 14
def file_name_pattern
raise NotImplementedError
end
|
#file_name_regex ⇒ Object
9
10
11
12
|
# File 'lib/test_launcher/frameworks/base.rb', line 9
def file_name_regex
raise NotImplementedError
end
|
#regex_pattern ⇒ Object
19
20
21
22
|
# File 'lib/test_launcher/frameworks/base.rb', line 19
def regex_pattern
raise NotImplementedError
end
|