Module Cucumber::Formatter::Console
In: lib/cucumber/formatter/console.rb

This module contains helper methods that are used by formatters that print output to the terminal.

Methods

Included Modules

Duration Summary

Constants

FORMATS = Hash.new{|hash, format| hash[format] = method(format).to_proc}

Public Instance methods

define @delayed_messages = [] in your Formatter if you want to activate this feature

[Validate]