Class
Cucumber::Formatter::Pdf
In:
lib/cucumber/formatter/pdf.rb
Parent:
Object
Methods
after_background
after_feature
after_feature_element
after_features
announce
background_name
before_background
before_multiline_arg
before_outline_table
before_py_string
examples_name
feature_element_name
feature_name
load_cover_page_image
load_image
new
scenario_name
step_name
step_result
tag_name
Included Modules
FileUtils
Console
Io
Attributes
indent
[W]
Public Class methods
new
(step_mother, path_or_io, options)
Public Instance methods
after_background
(background)
after_feature
(feature)
after_feature_element
(feature_element)
after_features
(features)
announce
(announcement)
background_name
(keyword, name, file_colon_line, source_indent)
before_background
(background)
before_multiline_arg
(table)
before_outline_table
(table)
using row_color hack to highlight each row correctly
before_py_string
(string)
examples_name
(keyword, name)
feature_element_name
(keyword, name)
feature_name
(keyword, name)
load_cover_page_image
()
load_image
(image_path)
scenario_name
(keyword, name, file_colon_line, source_indent)
step_name
(keyword, step_match, status, source_indent, background)
step_result
(keyword, step_match, multiline_arg, status, exception, source_indent, background)
tag_name
(tag_name)
[Validate]