Class: Kintama::Reporter::Inline
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#character_status_of, #context_finished, #context_started, #failure_messages, #finished, #initialize, #started, #test_started, #test_summary
Constructor Details
This class inherits a constructor from Kintama::Reporter::Base
Instance Method Details
#show_results ⇒ Object
84 85 86 87 |
# File 'lib/kintama/reporter.rb', line 84 def show_results puts super end |
#test_finished(test) ⇒ Object
80 81 82 |
# File 'lib/kintama/reporter.rb', line 80 def test_finished(test) print character_status_of(test) end |