Methods

Gherkin::Formatter::Model::ScenarioOutline

Public Class Methods

new(comments, tags, keyword, name, description, line) click to toggle source
    # File lib/gherkin/formatter/model.rb, line 93
93:         def initialize(comments, tags, keyword, name, description, line)
94:           super(comments, tags, keyword, name, description, line)
95:           @type = "scenario_outline"
96:         end

Public Instance Methods

replay(formatter) click to toggle source
     # File lib/gherkin/formatter/model.rb, line 98
 98:         def replay(formatter)
 99:           formatter.scenario_outline(self)
100:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.