logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Test2::EventFacet::Parent - Facet for events contains other events

Authors

Chad Granum <exodist@cpan.org>

Description

This facet is used when an event contains other events, such as a subtest.

Fields

$string = $parent->{details} $string = $parent->details() Human readable description of the event. $hid = $parent->{hid} $hid = $parent->hid() Hub ID of the hub that is represented in the parent-child relationship. $arrayref = $parent->{children} $arrayref = $parent->children() Arrayref containing the facet-data hashes of events nested under this one. Togettheactualeventsyouneedtogetthemfromtheparenteventdirectly $bool = $parent->{buffered} $bool = $parent->buffered() True if the subtest is buffered (meaning the formatter has probably not seen them yet).

Maintainers

Chad Granum <exodist@cpan.org>

Name

Test2::EventFacet::Parent - Facet for events contains other events

Source

The source code repository for Test2 can be found at <https://github.com/Test-More/test-more/>.

See Also