Class: Testprune::Candidate
- Inherits:
-
Struct
- Object
- Struct
- Testprune::Candidate
- Defined in:
- lib/testprune/duplication_detector.rb
Overview
One test proposed for removal, with why and (after the safety pass) whether it’s safe. ‘review_only` candidates (structural/overlap) are reported but never auto-patched.
Instance Attribute Summary collapse
-
#confidence ⇒ Object
Returns the value of attribute confidence.
-
#footprint ⇒ Object
Returns the value of attribute footprint.
-
#group ⇒ Object
Returns the value of attribute group.
-
#kept_by ⇒ Object
Returns the value of attribute kept_by.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#review_only ⇒ Object
Returns the value of attribute review_only.
-
#safe ⇒ Object
Returns the value of attribute safe.
-
#safety_note ⇒ Object
Returns the value of attribute safety_note.
Instance Attribute Details
#confidence ⇒ Object
Returns the value of attribute confidence
13 14 15 |
# File 'lib/testprune/duplication_detector.rb', line 13 def confidence @confidence end |
#footprint ⇒ Object
Returns the value of attribute footprint
13 14 15 |
# File 'lib/testprune/duplication_detector.rb', line 13 def footprint @footprint end |
#group ⇒ Object
Returns the value of attribute group
13 14 15 |
# File 'lib/testprune/duplication_detector.rb', line 13 def group @group end |
#kept_by ⇒ Object
Returns the value of attribute kept_by
13 14 15 |
# File 'lib/testprune/duplication_detector.rb', line 13 def kept_by @kept_by end |
#reason ⇒ Object
Returns the value of attribute reason
13 14 15 |
# File 'lib/testprune/duplication_detector.rb', line 13 def reason @reason end |
#review_only ⇒ Object
Returns the value of attribute review_only
13 14 15 |
# File 'lib/testprune/duplication_detector.rb', line 13 def review_only @review_only end |
#safe ⇒ Object
Returns the value of attribute safe
13 14 15 |
# File 'lib/testprune/duplication_detector.rb', line 13 def safe @safe end |
#safety_note ⇒ Object
Returns the value of attribute safety_note
13 14 15 |
# File 'lib/testprune/duplication_detector.rb', line 13 def safety_note @safety_note end |