logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Test::Tester::Capture - Help testing test modules built with Test::Builder

Author

       Most of the code here was lifted straight from Test::Builder and then had chunks removed by Fergal Daly
       <fergal@esatclear.ie>.

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.

License

       Under the same license as Perl itself

       See <https://dev.perl.org/licenses/>

perl v5.40.1                                       2025-03-30                         Test::Tester::Capture(3pm)

Name

       Test::Tester::Capture - Help testing test modules built with Test::Builder

See Also