Class: ASAutotest::TestRunner::Result::Success

Inherits:
ASAutotest::TestRunner::Result show all
Defined in:
lib/asautotest/test-runner.rb

Constant Summary

Constants included from Logging

Logging::PREFIX

Instance Attribute Summary

Attributes inherited from ASAutotest::TestRunner::Result

#test_name

Instance Method Summary collapse

Methods inherited from ASAutotest::TestRunner::Result

#initialize, #local_and_suite_names, #local_name, parse_xml, #passed?, #suite_name

Methods included from Logging

#barf, #end_saying, #end_whisper, #hint, #new_logging_section, #say, #say_with_block, #say_without_block, #shout, #start_saying, #start_whisper, verbose=, verbose?, #verbose?, #whisper, #whisper_with_block, #whisper_without_block

Constructor Details

This class inherits a constructor from ASAutotest::TestRunner::Result

Instance Method Details

#failed?Boolean

Returns:

  • (Boolean)


357
# File 'lib/asautotest/test-runner.rb', line 357

def failed? ; false end


359
360
361
# File 'lib/asautotest/test-runner.rb', line 359

def print_report!
  whisper "Passed: #{test_name}"
end