Module: Cucumber::Parser::Feature::ScenarioOutline0
- Defined in:
- lib/cucumber/parser/feature.rb
Instance Method Summary collapse
- #comment ⇒ Object
- #examples_sections ⇒ Object
- #name ⇒ Object
- #scenario_outline_keyword ⇒ Object
- #steps ⇒ Object
- #tags ⇒ Object
- #white1 ⇒ Object
- #white2 ⇒ Object
- #white3 ⇒ Object
Instance Method Details
#comment ⇒ Object
806 807 808 |
# File 'lib/cucumber/parser/feature.rb', line 806 def comment elements[0] end |
#examples_sections ⇒ Object
834 835 836 |
# File 'lib/cucumber/parser/feature.rb', line 834 def examples_sections elements[8] end |
#name ⇒ Object
822 823 824 |
# File 'lib/cucumber/parser/feature.rb', line 822 def name elements[5] end |
#scenario_outline_keyword ⇒ Object
818 819 820 |
# File 'lib/cucumber/parser/feature.rb', line 818 def scenario_outline_keyword elements[3] end |
#steps ⇒ Object
830 831 832 |
# File 'lib/cucumber/parser/feature.rb', line 830 def steps elements[7] end |
#tags ⇒ Object
810 811 812 |
# File 'lib/cucumber/parser/feature.rb', line 810 def elements[1] end |
#white1 ⇒ Object
814 815 816 |
# File 'lib/cucumber/parser/feature.rb', line 814 def white1 elements[2] end |
#white2 ⇒ Object
826 827 828 |
# File 'lib/cucumber/parser/feature.rb', line 826 def white2 elements[6] end |
#white3 ⇒ Object
838 839 840 |
# File 'lib/cucumber/parser/feature.rb', line 838 def white3 elements[9] end |