This is the Test2 implementation of code used to test exceptions. This is similar to Test::Fatal, but it intentionally does much less....
EXODIST/Test2-Suite-0.000127 - 31 Oct 2019 04:27:54 GMTThis is the big-daddy bundle. This bundle includes nearly every tool, and several plugins, that the Test2 author uses. This bundle is used extensively to test Test2::Suite itself....
EXODIST/Test2-Suite-0.000127 - 31 Oct 2019 04:27:54 GMTThis library is the driving force behind deep comparison tools such as "Test2::Tools::Compare::is()" and "Test2::Tools::ClassicCompare::is_deeply()"....
EXODIST/Test2-Suite-0.000127 - 31 Oct 2019 04:27:54 GMTRegular subtests have a limited scope, they start, events are generated, then they close and send an Test2::Event::Subtest event. This is a problem if you want the subtest to keep receiving events while other events are also being generated. This cla...
EXODIST/Test2-Suite-0.000127 - 31 Oct 2019 04:27:54 GMTThis is used by Test2::Compare. When data structures are compared a delta will be returned. Deltas are a tree data structure that represent all the differences between two other data structures....
EXODIST/Test2-Suite-0.000127 - 31 Oct 2019 04:27:54 GMTTest::More had "is_deeply()". This library is the Test2 version that can be used to compare data structures, but goes a step further in that it provides tools for building a data structure specification against which you can verify your data. There a...
EXODIST/Test2-Suite-0.000127 - 31 Oct 2019 04:27:54 GMTThis document outlines all the tutorials and POD that cover writing tests. This section does not cover any Test2 internals, nor does it cover how to write new tools, for that see Test2::Manual::Tooling....
EXODIST/Test2-Suite-0.000127 - 31 Oct 2019 04:27:54 GMTThis is the big-daddy bundle. This bundle includes nearly every tool, and several plugins, that the Test2 author uses. This bundle is used extensively to test Test2::Suite itself....
EXODIST/Test2-Suite-0.000127 - 31 Oct 2019 04:27:54 GMTThis module will die after the first test failure. This will prevent your tests from continuing. The exception is thrown when the context is released, that is it will run when the test function you are using, such as "ok()", returns. This gives the t...
EXODIST/Test2-Suite-0.000127 - 31 Oct 2019 04:27:54 GMTThis provides comparison functions that behave like they did in Test::More, unlike the Test2::Tools::Compare plugin which has modified them....
EXODIST/Test2-Suite-0.000127 - 31 Oct 2019 04:27:54 GMTThis is a high level overview of everything from loading Test2 through the end of a test script....
EXODIST/Test2-Suite-0.000127 - 31 Oct 2019 04:27:54 GMTThis tutorial covers the conversion of an existing test. This tutorial assumes you have a test written using Test::More....
EXODIST/Test2-Suite-0.000127 - 31 Oct 2019 04:27:54 GMT