NAME
Moose::Test::Case - An abstraction of a Moose Test script
DESCRIPTION
The meat of the module.
METHODS
This method is an abstraction of all the others. You get to run code at certain hook points, such as "after all classes are loaded", or "before each test script is run".
The hook points are:
- before_first_pm
- before_pm
- after_pm
- after_last_pm
- before_first_t
- before_t
- after_t
- after_last_t
COPYRIGHT AND LICENSE
Copyright 2008 Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.