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
675 676 677 |
# File 'lib/cucumber/parser/feature.rb', line 675 def comment elements[0] end |
#name ⇒ Object
691 692 693 |
# File 'lib/cucumber/parser/feature.rb', line 691 def name elements[5] end |
#scenario_keyword ⇒ Object
687 688 689 |
# File 'lib/cucumber/parser/feature.rb', line 687 def scenario_keyword elements[3] end |
#steps ⇒ Object
699 700 701 |
# File 'lib/cucumber/parser/feature.rb', line 699 def steps elements[7] end |
#tags ⇒ Object
679 680 681 |
# File 'lib/cucumber/parser/feature.rb', line 679 def elements[1] end |
#white1 ⇒ Object
683 684 685 |
# File 'lib/cucumber/parser/feature.rb', line 683 def white1 elements[2] end |
#white2 ⇒ Object
695 696 697 |
# File 'lib/cucumber/parser/feature.rb', line 695 def white2 elements[6] end |
#white3 ⇒ Object
703 704 705 |
# File 'lib/cucumber/parser/feature.rb', line 703 def white3 elements[8] end |