| Paketname | libtest-www-mechanize-catalyst-perl |
| Beschreibung | Test::WWW::Mechanize for Catalyst |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 0.51-2 |
| Sektion | universe/perl |
| Priorität | optional |
| Installierte Größe | 88 Byte |
| Hängt ab von | perl (>= 5.6.0-16), libcatalyst-perl, libwww-perl, libtest-www-mechanize-perl, libmoose-perl (>= 0.6 |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu MOTU Developers |
| Quelle | |
| Paketgröße | 16454 Byte |
| Prüfsumme MD5 | a89c5333338d8c37fcc3bb0d10ea8e01 |
| Prüfsumme SHA1 | 34e3986121d8b0ecd01ef0358ee13b3918095421 |
| Prüfsumme SHA256 | f503445449ef4052ef1f7320670f81fa237e1f67bec6981a9d6e21a9080afc65 |
| Link zum Herunterladen | libtest-www-mechanize-catalyst-perl_0.51-2_al |
| Ausführliche Beschreibung | Catalyst is an elegant MVC Web Application Framework. Test::WWW::Mechanize is
a subclass of WWW::Mechanize that incorporates features for web application
testing. The Test::WWW::Mechanize::Catalyst module meshes the two to allow
easy testing of Catalyst applications without starting up a web server.
.
Testing web applications has always been a bit tricky, normally starting a
web server for your application and making real HTTP requests to it.
Test::WWW::Mechanize::Catalyst allows you to test Catalyst web applications
but does not start a server or issue HTTP requests. Instead, it passes the
HTTP request object directly to Catalyst. Thus you do not need to use a real
hostname: "http://localhost/" will do. However, this is optional. The
following two lines of code do exactly the same thing:
|