Class: MutationTester::TestCommand::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/mutation_tester/test_command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



5
6
7
# File 'lib/mutation_tester/test_command.rb', line 5

def output
  @output
end

#passedObject Also known as: passed?

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



5
6
7
# File 'lib/mutation_tester/test_command.rb', line 5

def passed
  @passed
end

#timed_outObject Also known as: timed_out?

Returns the value of attribute timed_out

Returns:

  • (Object)

    the current value of timed_out



5
6
7
# File 'lib/mutation_tester/test_command.rb', line 5

def timed_out
  @timed_out
end