Class: Specjour::Cucumber::Printer

Inherits:
Printer
  • Object
show all
Defined in:
lib/specjour/cucumber/printer.rb

Constant Summary

Constants inherited from Printer

Printer::RANDOM_PORT

Constants included from Protocol

Protocol::TERMINATOR, Protocol::TERMINATOR_REGEXP

Instance Attribute Summary

Attributes inherited from Printer

#completed_workers, #disconnections, #specs_to_run, #worker_size

Instance Method Summary collapse

Methods inherited from Printer

#done, #exit_status, #initialize, #ready, #serve, start, #worker_summary=

Methods included from Protocol

#dump_object, #load_object

Constructor Details

This class inherits a constructor from Specjour::Printer

Instance Method Details

#reportObject



4
5
6
# File 'lib/specjour/cucumber/printer.rb', line 4

def report
  @report ||= FinalReport.new
end