Provided by: libtest2-suite-perl_0.000102-1_all
NAME
Test2::Manual::Anatomy::Context - Internals documentation for the Context objects.
DESCRIPTION
This document explains how the Test2::API::Context object works.
WHAT IS THE CONTEXT OBJECT?
The context object is one of the key components of Test2, and makes many features possible that would otherwise be impossible. Evey test tool starts by getting a context, and ends by releasing the context. A test tool does all its work between getting and releasing the context. The context instance is the primary interface for sending events to the Test2 stack. Finally the context system is responsible for tracking what file and line number a tool operates on, which is critical for debugging.
TODO
The rest of this doc has yet to be written.
SEE ALSO
Test2::Manual - Primary index of the manual.
SOURCE
The source code repository for Test2-Manual can be found at https://github.com/Test-More/Test2-Suite/.
MAINTAINERS
Chad Granum <exodist@cpan.org>
AUTHORS
Chad Granum <exodist@cpan.org>
COPYRIGHT
Copyright 2017 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/