Class: FlakyTestTracker::Reporter::BaseReporter
- Inherits:
-
Object
- Object
- FlakyTestTracker::Reporter::BaseReporter
- Defined in:
- lib/flaky_test_tracker/reporter/base_reporter.rb
Overview
Base reporter.
Instance Method Summary collapse
Instance Method Details
#resolved_tests(tests:) ⇒ Object
13 |
# File 'lib/flaky_test_tracker/reporter/base_reporter.rb', line 13 def resolved_tests(tests:); end |
#tracked_tests(tests:, source:, context:) ⇒ Object
10 |
# File 'lib/flaky_test_tracker/reporter/base_reporter.rb', line 10 def tracked_tests(tests:, source:, context:); end |