NAME
Test::Stream::Toolset - Helper for writing testing tools
TEST COMPONENT MAP
[Test Script] > [Test Tool] > [Test::Stream] > [Event Formatter]
^
You are here
A test script uses a test tool such as Test::More, which uses Test::Provider to produce events. The events are sent to Test::Stream which then forwards them on to one or more formatters. By default the stream will produce TAP forall events.
DESCRIPTION
This package provides you with tools to write testing tools. It makes your job of integrating with Test::Builder and other testing tools much easier.
HOW DO I TEST MY TEST TOOLS?
See Test::Tester2
AUTHORS
SOURCE
The source code repository for Test::More can be found at http://github.com/Test-More/test-more/.
COPYRIGHT
Copyright 2014 Chad Granum <exodist7@gmail.com>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html