Class: MutationTester::BatchRunner::SkippedEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#expected_specObject

Returns the value of attribute expected_spec

Returns:

  • (Object)

    the current value of expected_spec



29
30
31
# File 'lib/mutation_tester/batch_runner.rb', line 29

def expected_spec
  @expected_spec
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



29
30
31
# File 'lib/mutation_tester/batch_runner.rb', line 29

def reason
  @reason
end

#source_fileObject

Returns the value of attribute source_file

Returns:

  • (Object)

    the current value of source_file



29
30
31
# File 'lib/mutation_tester/batch_runner.rb', line 29

def source_file
  @source_file
end