plack::test::suite(3pm) debian man page | unix.com

Man Page: plack::test::suite

Operating Environment: debian

Section: 3pm

Plack::Test::Suite(3pm) 				User Contributed Perl Documentation				   Plack::Test::Suite(3pm)

NAME
Plack::Test::Suite - Test suite for Plack handlers
SYNOPSIS
use Test::More; use Plack::Test::Suite; Plack::Test::Suite->run_server_tests('Your::Handler'); done_testing;
DESCRIPTION
Plack::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');
AUTHOR
Tokuhiro Matsuno Tatsuhiko Miyagawa Kazuho Oku perl v5.14.2 2011-07-03 Plack::Test::Suite(3pm)
Related Man Pages
plack(3pm) - debian
plack::component(3pm) - debian
plack::handler::cgi(3pm) - debian
plack::runner(3pm) - debian
plack::test(3pm) - debian
Similar Topics in the Unix Linux Community
Introduction
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections