Class: Cucumber::RunningTestCase::ScenarioOutlineExample
- Inherits:
-
Scenario
- Object
- SimpleDelegator
- Scenario
- Cucumber::RunningTestCase::ScenarioOutlineExample
show all
- Defined in:
- lib/cucumber/running_test_case.rb
Instance Method Summary
collapse
Methods inherited from Scenario
#accept_hook?, #failed?, #initialize, #passed?, #skip_invoke!, #source_tag_names, #source_tags, #title, #with_result
Instance Method Details
#cell_values ⇒ Object
110
111
112
|
# File 'lib/cucumber/running_test_case.rb', line 110
def cell_values
source.last.values
end
|
#outline? ⇒ Boolean
102
103
104
|
# File 'lib/cucumber/running_test_case.rb', line 102
def outline?
true
end
|
#scenario_outline ⇒ Object
106
107
108
|
# File 'lib/cucumber/running_test_case.rb', line 106
def scenario_outline
self
end
|