Parent

Class Index [+]

Quicksearch

Cucumber::Undefined

Raised when there is no matching StepDefinition for a step.

Attributes

step_name[R]

Public Class Methods

new(step_name) click to toggle source
    # File lib/cucumber/step_mother.rb, line 13
13:     def initialize(step_name)
14:       super %{Undefined step: "#{step_name}"}
15:       @step_name = step_name
16:     end

Public Instance Methods

nested!() click to toggle source
    # File lib/cucumber/step_mother.rb, line 18
18:     def nested!
19:       @nested = true
20:     end
nested?() click to toggle source
    # File lib/cucumber/step_mother.rb, line 22
22:     def nested?
23:       @nested
24:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.