Test2::EventFacet::Parent(3p) Perl Programmers Reference Guide
Test2::EventFacet::Parent(3p) Perl Programmers Reference Guide # Test2::EventFacet::Parent(3p) Perl Programmers Reference Guide NNAAMMEE # Test2::EventFacet::Parent - Facet for events contains other events DDEESSCCRRIIPPTTIIOONN # This facet is used when an event contains other events, such as a subtest. FFIIEELLDDSS # $string = $parent->{details} $string = $parent->ddeettaaiillss(()) Human readable description of the event. $hid = $parent->{hid} $hid = $parent->hhiidd(()) Hub ID of the hub that is represented in the parent-child relationship. $arrayref = $parent->{children} $arrayref = $parent->cchhiillddrreenn(()) Arrayref containing the facet-data hashes of events nested under this one. ...