Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Test2::Event::Diag - Diag event type

Accessors

$diag->message The message for the diag.

Authors

Chad Granum <exodist@cpan.org>

Description

Diagnostics messages, typically rendered to STDERR.

Maintainers

Chad Granum <exodist@cpan.org>

Name

Test2::Event::Diag - Diag event type

Source

The source code repository for Test2 can be found at <https://github.com/Test-More/test-more/>.

Synopsis

use Test2::API qw/context/; use Test2::Event::Diag; my $ctx = context(); my $event = $ctx->diag($message);

See Also