Search results for "module:Test2::Event"
Test2::Event - Base class for events
Base class for all event objects that get passed through Test2....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test2::Event::V2 - Second generation event.
This is the event type that should be used instead of Test2::Event or its legacy subclasses....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test2::Event::Ok - Ok event type
Ok events are generated whenever you run a test that produces a result. Examples are "ok()", and "is()"....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test2::Event::Diag - Diag event type
Diagnostics messages, typically rendered to STDERR....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test2::Event::Fail - Event for a simple failed assertion
This is an optimal representation of a failed assertion....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test2::Event::Note - Note event type
Notes, typically rendered to STDOUT....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test2::Event::Pass - Event for a simple passing assertion
This is an optimal representation of a passing assertion....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test2::Event::Plan - The event of a plan
Plan events are fired off whenever a plan is declared, done testing is called, or a subtext completes....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test2::Event::Bail - Bailout!
The bailout event is generated when things go horribly wrong and you need to halt all testing in the current file....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test2::Event::Skip - Skip event type
Skip events bump test counts just like Test2::Event::Ok events, but they can never fail....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test2::Tools::Event - Tools for generating test events.
This module provides tools for generating events quickly by bypassing the context/hub. This is particularly useful when testing other Test2 packages....
EXODIST/Test2-Suite-0.000159 - 25 Oct 2023 21:10:28 UTC
Test2::Compare::Event - Event specific Object subclass.
This module is used to represent an expected event in a deep comparison....
EXODIST/Test2-Suite-0.000159 - 25 Oct 2023 21:10:28 UTC
Test2::Event::Waiting - Tell all procs/threads it is time to be done
This event has no data of its own. This event is sent out by the IPC system when the main process/thread is ready to end....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test2::Event::Warning - A Test2 event for warnings
An event representing an unwanted warning. This is treated as a failure....
DROLSKY/Test2-Plugin-NoWarnings-0.09 - 29 Jun 2020 20:11:17 UTC
Test2::Harness::Event - Subclass of Test2::Event used by Test2::Harness under the hood.
Test2 tests produce a sequence of events objects Test2::Event. This is a subclass of those events for use in Test2::Harness. Event non-test tests which produce TAP output will have the output parsed into these types of events....
EXODIST/Test2-Harness-1.000155 - 03 Oct 2023 15:58:08 UTC
Test2::Event::Generic - Generic event type.
This is a generic event that lets you customize all fields in the event API. This is useful if you have need for a custom event that does not make sense as a published reusable event subclass....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test2::Event::Subtest - Event for subtest types
This class represents a subtest. This class is a subclass of Test2::Event::Ok....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test2::Event::Encoding - Set the encoding for the output stream
The encoding event is generated when a test file wants to specify the encoding to be used when formatting its output. This event is intended to be produced by formatter classes and used for interpreting test names, message contents, etc....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test2::Event::Exception - Exception event
An exception event will display to STDERR, and will prevent the overall test file from passing....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test2::Event::TAP::Version - Event for TAP version.
This event is used if a TAP formatter wishes to set a version....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC