Test2::Hub(3p) Perl Programmers Reference Guide Test2::Hub(3p)
Test2::Hub(3p) Perl Programmers Reference Guide Test2::Hub(3p) # Test2::Hub(3p) Perl Programmers Reference Guide Test2::Hub(3p) NNAAMMEE # Test2::Hub - The conduit through which all events flow. SSYYNNOOPPSSIISS # use Test2::Hub; my $hub = Test2::Hub->new(); $hub->send(...); DDEESSCCRRIIPPTTIIOONN # The hub is the place where all events get processed and handed off to the formatter. The hub also tracks test state, and provides several hooks into the event pipeline. CCOOMMMMOONN TTAASSKKSS # SSEENNDDIINNGG EEVVEENNTTSS # $hub->send($event) The "send()" method is used to issue an event to the hub. ...