1Test::Routine::Util(3)User Contributed Perl DocumentationTest::Routine::Util(3)
2
3
4
6 Test::Routine::Util - helpful exports for dealing with test routines
7
9 version 0.025
10
12 Test::Routine::Util is documented in the Test::Routine docs on running
13 tests. Please consult those for more information.
14
15 Both "run_tests" and "run_me" are simple wrappers around the process of
16 composing given Test::Routine roles into a class and instance using
17 Test::Routine::Compositor, creating a Test::Routine::Runner object and
18 telling it to execute the tests on the test instance.
19
21 Ricardo Signes <rjbs@cpan.org>
22
24 This software is copyright (c) 2010 by Ricardo Signes.
25
26 This is free software; you can redistribute it and/or modify it under
27 the same terms as the Perl 5 programming language system itself.
28
29
30
31perl v5.28.0 2017-04-13 Test::Routine::Util(3)