Methods

Class/Module Index [+]

Quicksearch

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 87
def initialize(comments, tags, keyword, name, description, line)
  super(comments, tags, keyword, name, description, line)
  @type = "scenario_outline"
end

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.