1Test::Valgrind::Action:U:sTeerstC(o3n)tributed Perl DocuTmeesntt:a:tViaolngrind::Action::Test(3)
2
3
4

NAME

6       Test::Valgrind::Action::Test - Test that an analysis didn't generate
7       any error report.
8

VERSION

10       Version 1.19
11

DESCRIPTION

13       This action uses "Test::Builder" to plan and pass or fail tests
14       according to the reports received.
15

METHODS

17       This class inherits Test::Valgrind::Action and
18       Test::Valgrind::Action::Captor.
19
20   "new"
21           my $tvat = Test::Valgrind::Action::Test->new(
22            diag        => $diag,
23            extra_tests => $extra_tests,
24            %extra_args,
25           );
26
27       Your usual constructor.
28
29       When $diag is true, the original output of the command and the error
30       reports are intermixed as diagnostics.
31
32       $extra_tests specifies how many extraneous tests you want to plan in
33       addition to the default ones.
34
35       Other arguments are passed straight to "Test::Valgrind::Action->new".
36
37   "diag"
38           my $diag = $tvat->diag;
39
40       Read-only accessor for the "diag" option.
41
42   "kinds"
43           my @kinds = $tvat->kinds;
44
45       Returns the list of all the monitored report kinds.
46

SEE ALSO

48       Test::Valgrind, Test::Valgrind::Action.
49

AUTHOR

51       Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
52
53       You can contact me by mail or on "irc.perl.org" (vincent).
54

BUGS

56       Please report any bugs or feature requests to "bug-test-valgrind at
57       rt.cpan.org", or through the web interface at
58       <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>.  I will
59       be notified, and then you'll automatically be notified of progress on
60       your bug as I make changes.
61

SUPPORT

63       You can find documentation for this module with the perldoc command.
64
65           perldoc Test::Valgrind::Action::Test
66
68       Copyright 2009,2010,2011,2013,2015,2016 Vincent Pit, all rights
69       reserved.
70
71       This program is free software; you can redistribute it and/or modify it
72       under the same terms as Perl itself.
73
74
75
76perl v5.30.0                      2019-07-26   Test::Valgrind::Action::Test(3)
Impressum