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
.