Query: plack::test::suite
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Plack::Test::Suite(3pm) User Contributed Perl Documentation Plack::Test::Suite(3pm)NAMEPlack::Test::Suite - Test suite for Plack handlersSYNOPSISuse Test::More; use Plack::Test::Suite; Plack::Test::Suite->run_server_tests('Your::Handler'); done_testing;DESCRIPTIONPlack::Test::Suite is a test suite to test a new PSGI server implementation. It automatically loads a new handler environment and uses LWP to send HTTP requests to the local server to make sure your handler implements the PSGI specification correctly. Note that the handler name doesn't include the "Plack::Handler::" prefix, i.e. if you have a new Plack handler Plack::Handler::Foo, your test script would look like: Plack::Test::Suite->run_server_tests('Foo');AUTHORTokuhiro Matsuno Tatsuhiko Miyagawa Kazuho Oku perl v5.14.2 2011-07-03 Plack::Test::Suite(3pm)
| Related Man Pages |
|---|
| plack::handler::cgi(3pm) - debian |
| plack::middleware::conditional(3pm) - debian |
| plack::middleware::lint(3pm) - debian |
| plack::session(3pm) - debian |
| plack::test(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| New UNIX and Linux History Sections |