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
- #white ⇒ Object
Instance Method Details
#comment ⇒ Object
793 794 795 |
# File 'lib/cucumber/parser/feature.rb', line 793 def comment elements[0] end |
#examples_sections ⇒ Object
821 822 823 |
# File 'lib/cucumber/parser/feature.rb', line 821 def examples_sections elements[8] end |
#name ⇒ Object
809 810 811 |
# File 'lib/cucumber/parser/feature.rb', line 809 def name elements[5] end |
#scenario_outline_keyword ⇒ Object
805 806 807 |
# File 'lib/cucumber/parser/feature.rb', line 805 def scenario_outline_keyword elements[3] end |
#steps ⇒ Object
817 818 819 |
# File 'lib/cucumber/parser/feature.rb', line 817 def steps elements[7] end |
#tags ⇒ Object
797 798 799 |
# File 'lib/cucumber/parser/feature.rb', line 797 def elements[1] end |
#white ⇒ Object
801 802 803 |
# File 'lib/cucumber/parser/feature.rb', line 801 def white elements[2] end |