table of contents
other versions
- bookworm 5.36.0-7+deb12u1
- testing 5.40.0-8
- unstable 5.40.0-8
- experimental 5.40.1-1
other sections
Test::Tester::Capture(3perl) | Perl Programmers Reference Guide | Test::Tester::Capture(3perl) |
NAME¶
Test::Tester::Capture - Help testing test modules built with Test::Builder
DESCRIPTION¶
This is a subclass of Test::Builder that overrides many of the methods so that they don't output anything. It also keeps track of its own set of test results so that you can use Test::Builder based modules to perform tests on other Test::Builder based modules.
AUTHOR¶
Most of the code here was lifted straight from Test::Builder and then had chunks removed by Fergal Daly <fergal@esatclear.ie>.
LICENSE¶
Under the same license as Perl itself
2024-11-23 | perl v5.40.0 |