Class: Minitest::Cc::Reporter
- Inherits:
-
AbstractReporter
- Object
- AbstractReporter
- Minitest::Cc::Reporter
- Defined in:
- lib/minitest/cc/reporter.rb
Overview
Reporter class extend of Minitest Reporter
Instance Method Summary collapse
-
#report ⇒ Object
Executed in the final of the minitest run.
Instance Method Details
#report ⇒ Object
Executed in the final of the minitest run
9 10 11 12 13 14 |
# File 'lib/minitest/cc/reporter.rb', line 9 def report Cc.peek_result Cc.summary rescue StandardError => e puts "\n\n[!] cc extension has problem for generate the report: #{e}" end |