Class
Cucumber::Formatter::Junit
In:
lib/cucumber/formatter/junit.rb
Parent:
Object
The formatter used for
—format junit
Methods
after_background
after_feature
after_steps
after_table_row
before_background
before_examples
before_feature
before_steps
before_table_row
feature_name
new
scenario_name
Public Class methods
new
(step_mother, io, options)
Public Instance methods
after_background
(*args)
after_feature
(feature)
after_steps
(steps)
after_table_row
(table_row)
before_background
(*args)
before_examples
(*args)
before_feature
(feature)
before_steps
(steps)
before_table_row
(table_row)
feature_name
(name)
scenario_name
(keyword, name, file_colon_line, source_indent)
[Validate]