Class: MutationTester::ForkRunner::InMemoryOutcome
- Inherits:
-
Struct
- Object
- Struct
- MutationTester::ForkRunner::InMemoryOutcome
- Defined in:
- lib/mutation_tester/fork_runner.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
8 9 10 |
# File 'lib/mutation_tester/fork_runner.rb', line 8 def @message end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/mutation_tester/fork_runner.rb', line 8 def status @status end |