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

Test2::Event::Pass - Event for a simple passing assertion

Authors

Chad Granum <exodist@cpan.org>

Description

This is an optimal representation of a passing assertion.

Maintainers

Chad Granum <exodist@cpan.org>

Name

Test2::Event::Pass - Event for a simple passing assertion

Source

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

Synopsis

use Test2::API qw/context/; sub pass { my ($name) = @_; my $ctx = context(); $ctx->pass($name); $ctx->release; }

See Also