Changes for version 0.024
- tests are now run with Test::Abortable's subtest() instead of Test2::API directly; this means they can be safely aborted with exceptions that conform to the Test::Abortable rules; see its docs for more information
Modules
- Test::Routine - composable units of assertion
- Test::Routine::Common - a role composed by all Test::Routine roles
- Test::Routine::Compositor - the tool for turning test routines into runnable classes
- Test::Routine::Manual::Demo - a walkthrough, in code, of Test::Routine
- Test::Routine::Runner - tools for running Test::Routine tests
- Test::Routine::Test - a test method in a Test::Routine role
- Test::Routine::Test::Role - role providing test attributes
- Test::Routine::Util - helpful exports for dealing with test routines