Test2::Manual::Tooling(3) User Contributed Perl Documentation Test2::Manual::Tooling(3)

Test2::Manual::Tooling - Manual page for tool authors.

This section covers writing new tools, plugins, and other Test2 components.

Test2::Manual::Tooling::FirstTool - Introduction to writing tools by cloning ok().

Test2::Manual::Tooling::TestBuilder - This section maps Test::Builder methods to Test2 concepts.

Test2::Manual::Tooling::Nesting - How to call other tools from your tool.

Test2::Manual::Tooling::Subtest - How write tools that make use of subtests.

Test2::Manual::Tooling::Testing - How to write tests for your test tools.

Test2::Manual::Tooling::Plugin::ToolStarts - How to add behaviors that occur when a tool starts work.

Test2::Manual::Tooling::Plugin::ToolCompletes - How to add behaviors that occur when a tool completes work.

Test2::Manual::Tooling::Plugin::TestingDone - How to add behaviors that occur when testing is complete (IE done_testing, or end of test).

Test2::Manual::Tooling::Plugin::TestExit - How to safely add pre-exit behaviors.

Test2::Manual::Tooling::Formatter - How to write a custom formatter, in our case a JSONL formatter.

Test2::API is the global API. This is primarily used by plugins that provide global behavior.
Test2::Hub is the base class for all hubs. This is where hooks for manipulating events, or running things at the end of testing live.

Test2::Manual - Primary index of the manual.

The source code repository for Test2-Manual can be found at https://github.com/Test-More/Test2-Suite/.

Copyright 2018 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.

See http://dev.perl.org/licenses/

2023-11-24 perl v5.38.0