Class: FlakyTestTracker::Reporter::BaseReporter

Inherits:
Object
  • Object
show all
Defined in:
lib/flaky_test_tracker/reporter/base_reporter.rb

Overview

Base reporter.

Instance Method Summary collapse

Instance Method Details

#resolved_tests(tests:) ⇒ Object

Parameters:

  • tests (Array<Test>)


13
# File 'lib/flaky_test_tracker/reporter/base_reporter.rb', line 13

def resolved_tests(tests:); end

#tracked_tests(tests:, source:, context:) ⇒ Object

Parameters:

  • tests (Array<Test>)
  • source (#file_source_location_uri, #source_uri)
  • context (Hash)


10
# File 'lib/flaky_test_tracker/reporter/base_reporter.rb', line 10

def tracked_tests(tests:, source:, context:); end