Class
Cucumber::Formatter::Html
In:
lib/cucumber/formatter/html.rb
Parent:
Object
Methods
after_background
after_comment
after_examples
after_feature
after_feature_element
after_features
after_multiline_arg
after_outline_table
after_step
after_step_result
after_steps
after_table_row
after_tags
announce
background_name
backtrace_line
before_background
before_comment
before_examples
before_feature
before_feature_element
before_features
before_multiline_arg
before_outline_table
before_step
before_step_result
before_steps
before_table_row
build_cell
build_exception_detail
build_step
comment_line
create_builder
dump_count
embed
embed_image
examples_name
exception
extra_failure_content
feature_name
format_exception
get_step_count
inline_css
inline_jquery
inline_js
inline_js_content
move_progress
new
percent_done
print_stat_string
print_stats
print_status_counts
py_string
scenario_name
set_scenario_color
set_scenario_color_failed
set_scenario_color_pending
step_name
table_cell_value
tag_name
Included Modules
ERB::Util
Duration
Io
Public Class methods
new
(step_mother, path_or_io, options)
Public Instance methods
after_background
(background)
after_comment
(comment)
after_examples
(examples)
after_feature
(feature)
after_feature_element
(feature_element)
after_features
(features)
after_multiline_arg
(multiline_arg)
after_outline_table
(outline_table)
after_step
(step)
after_step_result
(keyword, step_match, multiline_arg, status, exception, source_indent, background)
after_steps
(steps)
after_table_row
(table_row)
after_tags
(tags)
announce
(announcement)
background_name
(keyword, name, file_colon_line, source_indent)
before_background
(background)
before_comment
(comment)
before_examples
(examples)
before_feature
(feature)
before_feature_element
(feature_element)
before_features
(features)
before_multiline_arg
(multiline_arg)
before_outline_table
(outline_table)
before_step
(step)
before_step_result
(keyword, step_match, multiline_arg, status, exception, source_indent, background)
before_steps
(steps)
before_table_row
(table_row)
comment_line
(comment_line)
embed
(file, mime_type)
embed_image
(file)
examples_name
(keyword, name)
exception
(exception, status)
extra_failure_content
(file_colon_line)
feature_name
(keyword, name)
py_string
(string)
scenario_name
(keyword, name, file_colon_line, source_indent)
step_name
(keyword, step_match, status, source_indent, background)
table_cell_value
(value, status)
tag_name
(tag_name)
Protected Instance methods
backtrace_line
(line)
build_cell
(cell_type, value, attributes)
build_exception_detail
(exception)
build_step
(keyword, step_match, status)
create_builder
(io)
dump_count
(count, what, state=nil)
format_exception
(exception)
get_step_count
(features)
inline_css
()
inline_jquery
()
inline_js
()
inline_js_content
()
move_progress
()
percent_done
()
print_stat_string
(features)
print_stats
(features)
print_status_counts
() {|status| ...}
set_scenario_color
(status)
set_scenario_color_failed
()
set_scenario_color_pending
()
[Validate]