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
#comment ⇒ Object
673 674 675 |
# File 'lib/cucumber/parser/feature.rb', line 673 def comment elements[0] end |
#name ⇒ Object
689 690 691 |
# File 'lib/cucumber/parser/feature.rb', line 689 def name elements[5] end |
#scenario_keyword ⇒ Object
685 686 687 |
# File 'lib/cucumber/parser/feature.rb', line 685 def scenario_keyword elements[3] end |
#steps ⇒ Object
697 698 699 |
# File 'lib/cucumber/parser/feature.rb', line 697 def steps elements[7] end |
#tags ⇒ Object
677 678 679 |
# File 'lib/cucumber/parser/feature.rb', line 677 def elements[1] end |
#white1 ⇒ Object
681 682 683 |
# File 'lib/cucumber/parser/feature.rb', line 681 def white1 elements[2] end |
#white2 ⇒ Object
693 694 695 |
# File 'lib/cucumber/parser/feature.rb', line 693 def white2 elements[6] end |
#white3 ⇒ Object
701 702 703 |
# File 'lib/cucumber/parser/feature.rb', line 701 def white3 elements[8] end |