Class: Webspicy::Tester::Reporter::SuccessOrNot

Inherits:
Summary show all
Defined in:
lib/webspicy/tester/reporter/success_or_not.rb

Constant Summary

Constants inherited from Webspicy::Tester::Reporter

ErrorCount, HOOKS

Instance Attribute Summary

Attributes inherited from Summary

#assertions_count, #counterexamples_count, #errors_count, #examples_count, #failures_count, #spec_file_errors_count, #spec_files_count

Attributes inherited from Webspicy::Tester::Reporter

#io, #tester

Instance Method Summary collapse

Methods inherited from Summary

#before_spec_file, #clear, #initialize, #spec_file_error, #success?, #test_case_done, #total_error_count

Methods inherited from Webspicy::Tester::Reporter

#find, #init, #initialize

Methods included from Support::Colorize

colorize, colorize_error, colorize_highlight, colorize_section, colorize_success

Constructor Details

This class inherits a constructor from Webspicy::Tester::Reporter::Summary

Instance Method Details

#reportObject



6
7
8
# File 'lib/webspicy/tester/reporter/success_or_not.rb', line 6

def report
  total_error_count
end