Class: MutationTester::TestCommand::Result
- Inherits:
-
Struct
- Object
- Struct
- MutationTester::TestCommand::Result
- Defined in:
- lib/mutation_tester/test_command.rb
Instance Attribute Summary collapse
-
#output ⇒ Object
Returns the value of attribute output.
-
#passed ⇒ Object
(also: #passed?)
Returns the value of attribute passed.
-
#timed_out ⇒ Object
(also: #timed_out?)
Returns the value of attribute timed_out.
Instance Attribute Details
#output ⇒ Object
Returns the value of attribute output
5 6 7 |
# File 'lib/mutation_tester/test_command.rb', line 5 def output @output end |
#passed ⇒ Object Also known as: passed?
Returns the value of attribute passed
5 6 7 |
# File 'lib/mutation_tester/test_command.rb', line 5 def passed @passed end |
#timed_out ⇒ Object Also known as: timed_out?
Returns the value of attribute timed_out
5 6 7 |
# File 'lib/mutation_tester/test_command.rb', line 5 def timed_out @timed_out end |