Module: Macros4Cuke::Formatter

Defined in:
lib/macros4cuke/formatter/to-null.rb,
lib/macros4cuke/formatter/to-trace.rb,
lib/macros4cuke/formatter/to-gherkin.rb,
lib/macros4cuke/formatter/all-notifications.rb

Overview

Namespace for all formatters of MacroCollection and MacroStep objects

Defined Under Namespace

Classes: ToGherkin, ToNull, ToTrace

Constant Summary collapse

AllNotifications =

The list of all formatting notifications

[
  :on_collection,
  :on_collection_end,
  :on_step,
  :on_step_end,
  :on_phrase,
  :on_renderer,
  :on_renderer_end,
  :on_source,
  :on_static_text,
  :on_eol,
  :on_comment,
  :on_placeholder,
  :on_section,
  :on_section_end
].freeze