# man > Test::Tester::Capture

## NAME
    [Test::Tester::Capture](https://www.chedong.com/phpMan.php/perldoc/Test%3A%3ATester%3A%3ACapture/markdown) - Help testing test modules built with [Test::Builder](https://www.chedong.com/phpMan.php/perldoc/Test%3A%3ABuilder/markdown)

## DESCRIPTION
    This is a subclass of [Test::Builder](https://www.chedong.com/phpMan.php/perldoc/Test%3A%3ABuilder/markdown) 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](https://www.chedong.com/phpMan.php/perldoc/Test%3A%3ABuilder/markdown)
    based modules to perform tests on other [Test::Builder](https://www.chedong.com/phpMan.php/perldoc/Test%3A%3ABuilder/markdown) based modules.

## AUTHOR
    Most of the code here was lifted straight from [Test::Builder](https://www.chedong.com/phpMan.php/perldoc/Test%3A%3ABuilder/markdown) and then had chunks removed by
    Fergal Daly <<fergal@esatclear.ie>>.

## LICENSE
    Under the same license as Perl itself

    See <http://www.perl.com/perl/misc/Artistic.html>

