Class: Datadog::CI::ImpactedTestsDetection::NullComponent

Inherits:
Object
  • Object
show all
Defined in:
lib/datadog/ci/impacted_tests_detection/null_component.rb

Overview

Null object used when impacted tests detection is unavailable

Instance Method Summary collapse

Instance Method Details

#configure(_library_settings = nil, _test_session = nil) ⇒ Object



8
9
# File 'lib/datadog/ci/impacted_tests_detection/null_component.rb', line 8

def configure(_library_settings = nil, _test_session = nil)
end

#enabled?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/datadog/ci/impacted_tests_detection/null_component.rb', line 11

def enabled?
  false
end

#modified?(_test_span) ⇒ Boolean

Returns:

  • (Boolean)


15
16
17
# File 'lib/datadog/ci/impacted_tests_detection/null_component.rb', line 15

def modified?(_test_span)
  false
end

#tag_modified_test(_test_span) ⇒ Object



19
20
# File 'lib/datadog/ci/impacted_tests_detection/null_component.rb', line 19

def tag_modified_test(_test_span)
end