The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

TB2::Event::TestMetadata - Metadata for the current test

DESCRIPTION

This is an Event for metadata about the current test. It can include things such as the time and date of the test, its name, etc...

It must come between a test_start and an test_end Event.

METHODS

Attributes

metadata

    my $metadata = $event->metadata;
    $event->metadata(\%metadata);

A hash ref containing the metadata this event represents.

build_event_type

The event type is test_metadata.

SEE ALSO

TB2::Event