Perl 5 version documentation

Test2::Event::Pass

NAME

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

DESCRIPTION

This is an optimal representation of a passing assertion.

SYNOPSIS

  1. use Test2::API qw/context/;
  2. sub pass {
  3. my ($name) = @_;
  4. my $ctx = context();
  5. $ctx->pass($name);
  6. $ctx->release;
  7. }

SOURCE

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

MAINTAINERS

  • Chad Granum <exodist@cpan.org>

AUTHORS

  • Chad Granum <exodist@cpan.org>

COPYRIGHT

Copyright 2018 Chad Granum <exodist@cpan.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/