VERSION
version 0.50DESCRIPTION
Model to represent a feature file, parsedATTRIBUTES
name
The text after the "Feature:" keywordname_line
A Test::BDD::Cucumber::Model::Line object corresponding to the line the "Feature" keyword was found onsatisfaction
An arrayref of strings of the Conditions of Satisfactiondocument
The corresponding Test::BDD::Cucumber::Model::Document objectbackground
The Test::BDD::Cucumber::Model::Scenario object that was marked as the background section.scenarios
An arrayref of the Test::BDD::Cucumber::Model::Scenario objects that constitute the test.tags
Tags that the feature has been tagged with, and will pass on to its Scenarios.language
Language the feature is written in. Defaults to 'en'.AUTHOR
Peter Sergeant "[email protected]"LICENSE
Copyright 2011-2016, Peter Sergeant; Licensed under the same terms as Perl