Moose::Test::Case - An abstraction of a Moose Test script


Moose-Test documentation  | view source Contained in the Moose-Test distribution.

Index


NAME

Top

Moose::Test::Case - An abstraction of a Moose Test script

DESCRIPTION

Top

The meat of the module.

METHODS

Top

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

Top


Moose-Test documentation  | view source Contained in the Moose-Test distribution.