class Cucumber::Ast::EmptyBackground
Attributes
feature[RW]
file[W]
Public Instance Methods
accept(visitor)
click to toggle source
# File lib/cucumber/ast/empty_background.rb, line 28 def accept(visitor) end
failed?()
click to toggle source
# File lib/cucumber/ast/empty_background.rb, line 9 def failed? false end
feature_elements()
click to toggle source
# File lib/cucumber/ast/empty_background.rb, line 13 def feature_elements [] end
init()
click to toggle source
# File lib/cucumber/ast/empty_background.rb, line 25 def init end
step_collection(step_invocations)
click to toggle source
# File lib/cucumber/ast/empty_background.rb, line 17 def step_collection(step_invocations) StepCollection.new(step_invocations) end
step_invocations()
click to toggle source
# File lib/cucumber/ast/empty_background.rb, line 21 def step_invocations [] end