Test2::Tools::Tiny - Tiny set of tools for unfortunate souls who cannot use Test2::Suite.
You should really look at Test2::Suite. This package is some very basic essential tools implemented using Test2. This exists only so that Test2 and other tools required by Test2::Suite can be tested. This is the package Test2 uses to test itself.
Use Test2::Suite if at all possible.
Run a simple assertion.
Assert that 2 strings are the same.
Assert that 2 strings are not the same.
Check that the input string matches the regex.
Check that the input string does not match the regex.
Check 2 data structures. Please note that this is a DUMB implementation that compares the output of Data::Dumper against both structures.
Issue a diagnostics message to STDERR.
Issue a diagnostics message to STDOUT.
Skip all tests.
Run a block in TODO mode.
Set the plan.
Set the plan to the current test count.
Capture an arrayref of warnings from the block.
Capture an exception.
Run a subtest.
Capture STDOUT and STDERR output.
Result looks like this:
{
STDOUT => "...",
STDERR => "...",
}
The source code repository for Test2 can be found at https://github.com/Test-More/test-more/.
Copyright Chad Granum <exodist@cpan.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.