Test::BDD::Cucumber::Model::Scenario(3) Model to represent a scenario

VERSION

version 0.50

DESCRIPTION

Model to represent a scenario

ATTRIBUTES

name

The text after the "Scenario:" keyword

steps

The associated <Test:BDD::Cucumber::Model::Step> objects

data

Scenario-related data table, as an arrayref of hashrefs

background

Boolean flag to mark whether this was the background section

line

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 "[email protected]"

LICENSE

Copyright 2011-2016, Peter Sergeant; Licensed under the same terms as Perl