table of contents
Test::BDD::Cucumber::Model::Scenario(3pm) | User Contributed Perl Documentation | Test::BDD::Cucumber::Model::Scenario(3pm) |
NAME¶
Test::BDD::Cucumber::Model::Scenario - Model to represent a scenarioVERSION¶
version 0.50DESCRIPTION¶
Model to represent a scenarioATTRIBUTES¶
name¶
The text after the "Scenario:" keywordsteps¶
The associated <Test:BDD::Cucumber::Model::Step> objectsdata¶
Scenario-related data table, as an arrayref of hashrefsbackground¶
Boolean flag to mark whether this was the background sectionline¶
A Test::BDD::Cucumber::Model::Line object corresponding to the line where the "Scenario" keyword is.tags¶
Tags that the scenario has been tagged with, and has inherited from its feature.AUTHOR¶
Peter Sergeant "pete@clueball.com"LICENSE¶
Copyright 2011-2016, Peter Sergeant; Licensed under the same terms as Perl2016-05-03 | perl v5.22.2 |