Scroll to navigation

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

NAME

Test::BDD::Cucumber::Model::Document - Model to represent a feature file on disk or in memory

VERSION

version 0.50

DESCRIPTION

Model to represent a feature file on disk or in memory

ATTRIBUTES

filename

The filename from which the document was loaded.

content

The file contents, as a string

lines

The file contents, as an arrayref of Test::BDD::Cucumber::Model::Line objects

OTHER

BUILD

The instantiation populates "lines()" by splitting the input on newlines.

AUTHOR

Peter Sergeant "pete@clueball.com"

LICENSE

Copyright 2011-2016, Peter Sergeant; Licensed under the same terms as Perl
2016-05-03 perl v5.22.2