Class: Kintama::Reporter::Inline

Inherits:
Base
  • Object
show all
Defined in:
lib/kintama/reporter.rb

Instance Attribute Summary

Attributes inherited from Base

#runner, #test_count

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_resultsObject



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