Methods

Gherkin::Formatter::Model::Scenario

Public Class Methods

new(comments, tags, keyword, name, description, line) click to toggle source
    # File lib/gherkin/formatter/model.rb, line 80
80:         def initialize(comments, tags, keyword, name, description, line)
81:           super(comments, tags, keyword, name, description, line)
82:           @type = "scenario"
83:         end

Public Instance Methods

replay(formatter) click to toggle source
    # File lib/gherkin/formatter/model.rb, line 85
85:         def replay(formatter)
86:           formatter.scenario(self)
87:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.