Method: Chaser#run_tests

Defined in:
lib/chaser.rb

#run_testsObject



103
104
105
106
107
108
109
# File 'lib/chaser.rb', line 103

def run_tests
  if tests_pass? then
    record_passing_mutation
  else
    @reporter.report_test_failures
  end
end