NAME
Statocles::Test - Common test routines for Statocles
VERSION
version 0.029
SUBROUTINES
test_constructor( class, args )
Test an object constructor. class is the class to test. args is a list of name/value pairs with the following keys:
- required
-
A set of name/value pairs for required arguments. These will be tested to ensure they are required. They will be added to every attempt to construct an object.
- default
-
A set of name/value pairs for default arguments. These will be tested to ensure they are set to the correct defaults.
test_pages( site, app, tests )
Test the pages of the given app. tests is a set of pairs of path => callback to test the pages returned by the app.
The callback will be given two arguments:
output-
The output of the rendered page.
dom-
If the page is HTML, a Mojo::DOM object ready for testing.
AUTHOR
Doug Bell <preaction@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Doug Bell.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.