Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Test::BDD::Cucumber::Model::Result - Encapsulates a result state

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.

Description

       Encapsulation of result state - whether that's for a step, scenario, or feature

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.40.1                                       2025-05-29             Test::BDD::Cucu...::Model::Result(3pm)

Name

       Test::BDD::Cucumber::Model::Result - Encapsulates a result state

Version

       version 0.87

See Also