Test::BDD::Cucumber::Model::Step(3pm) | User Contributed Perl Documentation | Test::BDD::Cucumber::Model::Step(3pm) |
Test::BDD::Cucumber::Model::Step - Model to represent a step in a scenario
version 0.86
Model to represent a step in a scenario
The text of the step, once Scenario Outlines have been applied
The verb used for the step ('Given'/'When'/etc). "verb_original" is the one that appeared in the physical file - this will sometimes be "and".
The corresponding <Test:BDD::Cucumber::Model::Line>
Step-related data. Either a string in the case of """ or an arrayref of hashrefs for a data table.
An arrayref of strings containing the original step's data, for printing out by harnesses
If data was in a table format, then the column names will be here in the order they appeared.
Peter Sergeant "pete@clueball.com"
Copyright 2019-2023, Erik Huelsmann Copyright 2011-2019, Peter Sergeant; Licensed under the same terms as Perl
2023-08-29 | perl v5.36.0 |