NAME
Test::Able::Helpers
SYNOPSIS
use Test::Able::Helpers;
my $t = MyTest;
$t->shuffle_methods;
$t->run_tests;
DESCRIPTION
Test::Able::Helpers are a collection of mixin methods that can be exported into the calling test class. These are meant to make doing some things with Test::Able easier.
METHODS
- prune_super_methods
- shuffle_methods
- get_loop_plan
AUTHOR
Justin DeVuyst, justin@devuyst.com
COPYRIGHT AND LICENSE
Copyright 2009 by Justin DeVuyst.
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.