Module: Cucumber::Parser::Feature::Scenario0
- Defined in:
- lib/cucumber/parser/feature.rb
Instance Method Summary collapse
- #comment ⇒ Object
- #name ⇒ Object
- #scenario_keyword ⇒ Object
- #steps ⇒ Object
- #tags ⇒ Object
- #white1 ⇒ Object
- #white2 ⇒ Object
- #white3 ⇒ Object
Instance Method Details
permalink #comment ⇒ Object
[View source]
650 651 652 |
# File 'lib/cucumber/parser/feature.rb', line 650 def comment elements[0] end |
permalink #name ⇒ Object
[View source]
666 667 668 |
# File 'lib/cucumber/parser/feature.rb', line 666 def name elements[5] end |
permalink #scenario_keyword ⇒ Object
[View source]
662 663 664 |
# File 'lib/cucumber/parser/feature.rb', line 662 def scenario_keyword elements[3] end |
permalink #steps ⇒ Object
[View source]
674 675 676 |
# File 'lib/cucumber/parser/feature.rb', line 674 def steps elements[7] end |
permalink #tags ⇒ Object
[View source]
654 655 656 |
# File 'lib/cucumber/parser/feature.rb', line 654 def elements[1] end |
permalink #white1 ⇒ Object
[View source]
658 659 660 |
# File 'lib/cucumber/parser/feature.rb', line 658 def white1 elements[2] end |
permalink #white2 ⇒ Object
[View source]
670 671 672 |
# File 'lib/cucumber/parser/feature.rb', line 670 def white2 elements[6] end |
permalink #white3 ⇒ Object
[View source]
678 679 680 |
# File 'lib/cucumber/parser/feature.rb', line 678 def white3 elements[8] end |