Parent

Class/Module 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
def initialize(step_name)
  super %{Undefined step: "#{step_name}"}
  @step_name = step_name
end

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.