logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Test2::Manual::Anatomy::Utilities - Overview of utilities for Test2.

Authors

       Chad Granum <exodist@cpan.org>

Description

       This is a brief overview of the utilities provided by Test2.

Maintainers

       Chad Granum <exodist@cpan.org>

Name

       Test2::Manual::Anatomy::Utilities - Overview of utilities for Test2.

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/.

Test2::Util

       Test2::Util provides functions to help you find out about the current system, or to run generic tasks
       that tend to be Test2 specific.

       This utility provides things like an internal "try {...}" implementation, and constants for things like
       threading and forking support.

Test2::Util::Externalmeta

       Test2::Util::ExternalMeta allows you to quickly and easily attach meta-data to an object class.

Test2::Util::Facets2Legacy

       Test2::Util::Facets2Legacy is a set of functions you can import into a more recent event class to provide
       the classic event API.

Test2::Util::Hashbase

       Test2::Util::HashBase is a local copy of Object::HashBase. All object classes provided by Test2 use this
       to generate methods and accessors.

See Also