Scroll to navigation

Test::BDD::Cucumber::Model::Feature(3pm) User Contributed Perl Documentation Test::BDD::Cucumber::Model::Feature(3pm)

NAME

Test::BDD::Cucumber::Model::Feature - Model to represent a feature file, parsed

VERSION

version 0.86

DESCRIPTION

Model to represent a feature file, parsed

ATTRIBUTES

name

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.

keyword_original

The keyword used in the input file; equivalent to specification keyword "Feature".

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 "pete@clueball.com"

LICENSE

  Copyright 2019-2023, Erik Huelsmann
  Copyright 2011-2019, Peter Sergeant; Licensed under the same terms as Perl
2023-08-29 perl v5.36.0