NAME

Egg::Helper::Util::Tester - Operation test of project.

SYNOPSIS

% cd /path/to/MyApp
% bin/myapp_tester.pl http://domainname/
DEBUG:
# ----------------------------------------------------------
# >> Egg - MyApp: startup !! - load plugins.
#   = Egg::Plugin::ConfigLoader v3.00
# + Request Class: Egg::Request::CGI v3.00
# + Load Model: dbic-3.00
# + Load View : mason-3.00
# + Load Dispatch: MyApp::Dispatch v0.01
DEBUG: # >>>>> MyApp v0.01
# + Request Path : /
# + template file : index.tt
# >> simple bench = -------------------
* prepare            : 0.004711 sec.
* dispatch           : 0.000978 sec.
* action_start       : 0.084614 sec.
* action_end         : 0.000111 sec.
* finalize           : 0.005493 sec.
* output             : 0.000904 sec.
* finish             : 0.003839 sec.
* ======= Total >>   : 0.100650 sec.
# -------------------------------------

DESCRIPTION

It is a module to do the operation test of the project.

It uses it from [PROJECT_LC]_tester.pl generated to 'bin' directory of the project.

% cd /path/to/MyApp
% bin/myapp_tester.pl http://domainname/

Please pass URI that wants to test to [PROJECT_LC]_tester.pl and start.

* It doesn't correspond to the test of place POST current request.

When '-a' option is put, the content of STDOUT comes to be output though the content output to STDOUT is not displayed usually.

SEE ALSO

Egg::Release, Egg::Helper,

AUTHOR

Masatoshi Mizuno <lushe@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2008 Bee Flag, Corp. <http://egg.bomcity.com/>.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.