Query: test::bdd::cucumber::model::feature
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Test::BDD::Cucumber::Model::Feature(3pm) User Contributed Perl Documentation Test::BDD::Cucumber::Model::Feature(3pm)NAMETest::BDD::Cucumber::Model::Document - Model to represent a feature file, parsedVERSIONversion 0.11DESCRIPTIONModel to represent a feature file, parsedATTRIBUTESname The text after the "Feature:" keyword name_line A Test::BDD::Cucumber::Model::Line object corresponding to the line the "Feature" keyword was found on satisfaction An arrayref of strings of the Conditions of Satisfaction document The corresponding Test::BDD::Cucumber::Model::Document object background 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.AUTHORPeter Sergeant "pete@clueball.com"LICENSECopyright 2011, Peter Sergeant; Licensed under the same terms as Perl perl v5.14.2 2012-05-20 Test::BDD::Cucumber::Model::Feature(3pm)