Class: MutationTester::BatchRunner::SkippedEntry
- Inherits:
-
Struct
- Object
- Struct
- MutationTester::BatchRunner::SkippedEntry
- Defined in:
- lib/mutation_tester/batch_runner.rb
Instance Attribute Summary collapse
-
#expected_spec ⇒ Object
Returns the value of attribute expected_spec.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#source_file ⇒ Object
Returns the value of attribute source_file.
Instance Attribute Details
#expected_spec ⇒ Object
Returns the value of attribute expected_spec
29 30 31 |
# File 'lib/mutation_tester/batch_runner.rb', line 29 def expected_spec @expected_spec end |
#reason ⇒ Object
Returns the value of attribute reason
29 30 31 |
# File 'lib/mutation_tester/batch_runner.rb', line 29 def reason @reason end |
#source_file ⇒ Object
Returns the value of attribute source_file
29 30 31 |
# File 'lib/mutation_tester/batch_runner.rb', line 29 def source_file @source_file end |