Ports Search

Results 12,62112,630 of 19,819 for %22HTTP Server%22.(0.01 seconds)
devel/Test-Exception-0.43 (Score: 9.2878623E-4)
Test functions for exception based code
This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::Simple, Test::More and friends. If you are not familiar with Test::Simple or Test::More now would be the time to go take a look.
devel/Test-Requires-0.10 (Score: 9.2878623E-4)
Perl extension for checking to see if the module can be loaded
Test::Requires checks to see if the module can be loaded. If this fails rather than failing tests this skips all tests.
devel/Test-RequiresInternet-0.05 (Score: 9.2878623E-4)
Test network connectivity before functional tests
Test::RequiresInternet tests network connectivity before functional tests.
devel/Test-Expect-0.33 (Score: 9.2878623E-4)
Automated driving and testing of terminal-based programs
Test::Expect is a module for automated driving and testing of terminal-based programs. It is handy for testing interactive programs which have a prompt, and is based on the same concepts as the Tcl Expect tool. As in Expect::Simple, the Expect object is made available for tweaking. Test::Expect is intended for use in a test script.
devel/Test-FailWarnings-0.008 (Score: 9.2878623E-4)
Add test failures if warnings are caught
This module hooks $SIG{__WARN__} and converts warnings to Test::More's fail() calls. It is designed to be used with done_testing, when you don't need to know the test count in advance.
devel/Test-Fatal-0.014 (Score: 9.2878623E-4)
Incredibly simple helpers for testing code with exceptions
Test::Fatal is an alternative to the popular Test::Exception. It does much less, but should allow greater flexibility in testing exception-throwing code with about the same amount of typing.
devel/Test-Signature-1.11 (Score: 9.2878623E-4)
Perl Automated SIGNATURE testing
Perl Automated SIGNATURE testing
devel/Test-File-1.44 (Score: 9.2878623E-4)
Test file attributes
This modules provides a collection of test utilities for file attributes.
devel/Test-Filename-0.03 (Score: 9.2878623E-4)
Perl extension for portable filename comparison
Portable filename comparison. Many cross-platform test failures -- particularly on Win32 -- are due to hard-coded file paths being used in comparison tests. This simple module provides some handy functions to convert all those path separators automatically so filename tests will just DWIM.
devel/Test-Fixme-0.16 (Score: 9.2878623E-4)
Check code for FIXMEs
When coding it is common to come up against problems that need to be addressed but that are not a big deal at the moment. What generally happens is that the coder adds comments like: # FIXME - what about windows that are bigger than the screen? # FIXME - add checking of user priviledges here. Test::Fixme allows you to add a test file that ensures that none of these get forgotten in the module.