Module
Gherkin::Formatter
In:
spec/gherkin/formatter/filter_formatter_spec.rb
spec/gherkin/formatter/ansi_escapes_spec.rb
spec/gherkin/formatter/step_printer_spec.rb
spec/gherkin/formatter/pretty_formatter_spec.rb
spec/gherkin/formatter/tag_count_formatter_spec.rb
spec/gherkin/formatter/model_spec.rb
lib/gherkin/formatter/hashable.rb
lib/gherkin/formatter/escaping.rb
lib/gherkin/formatter/step_printer.rb
lib/gherkin/formatter/line_filter.rb
lib/gherkin/formatter/regexp_filter.rb
lib/gherkin/formatter/tag_filter.rb
lib/gherkin/formatter/tag_count_formatter.rb
lib/gherkin/formatter/ansi_escapes.rb
lib/gherkin/formatter/argument.rb
lib/gherkin/formatter/pretty_formatter.rb
lib/gherkin/formatter/filter_formatter.rb
lib/gherkin/formatter/json_formatter.rb
lib/gherkin/formatter/model.rb
Methods
assert_io
assert_pretty
verify_filter
Included Modules
Gherkin::Formatter::AnsiEscapes
AnsiEscapes
Classes and Modules
Module
Gherkin::Formatter::AnsiEscapes
Module
Gherkin::Formatter::Escaping
Module
Gherkin::Formatter::Model
Class
Gherkin::Formatter::Argument
Class
Gherkin::Formatter::BracketFormat
Class
Gherkin::Formatter::FilterFormatter
Class
Gherkin::Formatter::Hashable
Class
Gherkin::Formatter::JSONFormatter
Class
Gherkin::Formatter::LineFilter
Class
Gherkin::Formatter::ParenthesisFormat
Class
Gherkin::Formatter::PrettyFormatter
Class
Gherkin::Formatter::RegexpFilter
Class
Gherkin::Formatter::StepPrinter
Class
Gherkin::Formatter::TagCountFormatter
Class
Gherkin::Formatter::TagFilter
Public Instance methods
assert_io
(s)
assert_pretty
(input, expected_output=input)
verify_filter
(filters, *line_ranges)
[Validate]