debian man page for test::bdd::cucumber::model::result

Query: test::bdd::cucumber::model::result

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

NAME
Test::BDD::Cucumber::Model::Result - Encapsulates a result state
VERSION
version 0.11
DESCRIPTION
Encapsulation of result state - whether that's for a step, scenario, or feature
ATTRIBUTES
result Enum of: "passing", "failing", "pending" or "undefined". "pending" is used if there was any TODO output from a test, and "undefined" for a test that wasn't run, either due to no matching step, or because a previous step failed. output The underlying test-output that contributed to a result.
METHODS
from_children Collates the Result objects you pass in, and returns one that encompasses all of them. As they may be varied, it runs through them in order of "failing", "undefined", "pending" and "passing" - the first it finds is the overall result. The empty set passes. perl v5.14.2 2012-05-20 Test::BDD::Cucumber::Model::Result(3pm)
Related Man Pages
app::prove::state::result::test(3pm) - osx
test::bdd::cucumber::executor(3pm) - debian
test::bdd::cucumber::harness(3pm) - debian
test::bdd::cucumber::harness::data(3pm) - debian
test::bdd::cucumber::model::line(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?