Class Cucumber::Formatter::Progress
In: lib/cucumber/formatter/progress.rb
Parent: Object

The formatter used for —format progress

Methods

Included Modules

Console Io

Constants

CHARS = { :passed => '.', :failed => 'F', :undefined => 'U', :pending => 'P', :skipped => '-'

Attributes

step_mother  [R] 

Public Class methods

Public Instance methods

[Validate]