The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Test::Fatal"

Test::Fatal - incredibly simple helpers for testing code with exceptions River stage five • 794 direct dependents • 15783 total dependents

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. It exports one routine by default: "exception". Achtung! "e...

RJBS/Test-Fatal-0.017 - 31 Dec 2022 21:42:00 UTC

Test::Fatal::matchfor - match exceptions by class name or regexp River stage zero No dependents

Test::Fatal::matchfor exports the "matchfor" function which accepts a list of class/role names and regular expressions, and constructs an object overloading "==" and "eq" to return true if compared for equality against a string that matches one of th...

TOBYINK/Test-Fatal-matchfor-0.001 - 28 Oct 2013 10:55:47 UTC

Test::Able::FatalException - Fatal Exception Class River stage one • 2 direct dependents • 2 total dependents

Test::Able has special exception handling for the test-related methods. This exception class is a means for breaking out of Test::Able's exception smothering. See "on_method_exception" in Test::Able::Role::Meta::Class and "method_exceptions" in Test:...

JDV/Test-Able-0.11 - 20 Nov 2011 17:41:18 UTC

Test::Roo - Composable, reusable tests with roles and Moo River stage two • 27 direct dependents • 75 total dependents

This module allows you to compose Test::More tests from roles. It is inspired by the excellent Test::Routine module, but uses Moo instead of Moose. This gives most of the benefits without the need for Moose as a test dependency. Test files are Moo cl...

DAGOLDEN/Test-Roo-1.004 - 05 Aug 2014 23:24:42 UTC

Test::Core - Modern Perl testing with a single import River stage zero No dependents

Test::Core provides the best testing harness of Modern Perl in a single, user-friendly import. It builds off of Test::Modern while also providing clean interfaces to dumping and mocking facilities from other libraries. Test::Core also automatically i...

AANARI/Test-Core-0.0200 - 10 Jul 2015 20:59:42 UTC

Test::Exit - Test that some code calls exit() without terminating testing River stage two • 8 direct dependents • 12 total dependents

Test::Exit provides some simple tools for testing code that might call "exit()", providing you with the status code without exiting the test file. The only criterion tested is that the supplied code does or does not call "exit()". If the code throws ...

ARODLAND/Test-Exit-0.11 - 01 Aug 2013 03:22:23 UTC

Test::Mojo - Testing Mojo River stage four • 943 direct dependents • 1041 total dependents

Test::Mojo is a test user agent based on Mojo::UserAgent, it is usually used together with Test::More to test Mojolicious applications. Just run your tests with prove. $ prove -l -v $ prove -l -v t/foo.t If it is not already defined, the "MOJO_LOG_LE...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Test::Deep - Extremely flexible deep comparison River stage five • 943 direct dependents • 13145 total dependents

If you don't know anything about automated testing in Perl then you should probably read about Test::Simple and Test::More before preceding. Test::Deep uses the Test::Builder framework. Test::Deep gives you very flexible ways to check that the result...

RJBS/Test-Deep-1.204 - 07 Jan 2023 23:02:26 UTC

Test::Group - Group together related tests in a test suite River stage one • 7 direct dependents • 8 total dependents

Fed up with counting tests to discover what went wrong in your last test run? Tired of squinting at your test source to find out where on earth the faulty test predicate is called, and what it is supposed to check for? Then this module is for you! *T...

DOMQ/Test-Group-0.20 - 03 Jan 2016 19:45:10 UTC

Test::NoTty River stage zero No dependents

Test your code that handles failure to open /dev/tty On a *nix system the special file /dev/tty always exists, and opening it gives you a(nother) file handle attached to your controlling terminal. This is useful if you want direct user input, such as...

NWCLARK/Test-NoTty-0.03 - 20 Mar 2023 10:59:39 UTC

Test::C2FIT - A direct Perl port of Ward Cunningham's FIT acceptance test framework for Java. River stage zero No dependents

Great software requires collaboration and communication. Fit is a tool for enhancing collaboration in software development. It's an invaluable way to collaborate on complicated problems - and get them right - early in development. Fit allows customer...

TJBYRNE/Test-C2FIT-0.08 - 24 Jan 2008 14:33:46 UTC

Test::Litmus - Perl module to submit test results to the Litmus testcase management tool River stage zero No dependents

The Test::Litmus module handles the submission of test results to Mozilla's Litmus testcase management system....

ZLIPTON/Test-Litmus-0.03 - 28 Jun 2006 19:10:08 UTC

Test::Modern - precision testing for modern perl River stage three • 36 direct dependents • 110 total dependents

Test::Modern provides the best features of Test::More, Test::Fatal, Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as ideas from Test::Requires, Test::DescribeMe, Test::Moose, and Test::CleanNamespaces. Test::Modern also automat...

TOBYINK/Test-Modern-0.013 - 05 Oct 2014 18:30:37 UTC

Test::Ranger - Test with data tables, capturing, templates River stage zero No dependents

*The computer should be doing the hard work.* *That's what it's paid to do, after all.* -- Larry Wall This is a comprehensive testing module compatible with Test::More and friends within TAP::Harness. Helper scripts and templates are included to make...

XIONG/Test-Ranger-v0.0.4 - 15 Sep 2010 22:49:08 UTC

Test::Format - test files if they match format River stage zero No dependents

BESSARABV/Test-Format-1.0.0 - 28 Dec 2018 12:06:56 UTC

Test::Script - Basic cross-platform tests for scripts River stage three • 87 direct dependents • 218 total dependents

The intent of this module is to provide a series of basic tests for 80% of the testing you will need to do for scripts in the script (or bin as is also commonly used) paths of your Perl distribution. It also provides similar functions for testing pro...

PLICEASE/Test-Script-1.29 - 13 May 2021 15:18:23 UTC

Test::Log4perl - test log4perl River stage zero No dependents

This module can be used to test that you're logging the right thing with Log::Log4perl. It checks that we get what, and only what, we expect logged by your code. The basic process is very simple. Within your test script you get one or more loggers fr...

FOTANGO/Test-Log4perl-0.1001 - 07 Aug 2006 09:50:06 UTC

Test::Stream::IPC - Base class for Test::Stream IPC drivers. River stage one • 1 direct dependent • 1 total dependent

EXODIST/Test-Stream-1.302027 - 05 Feb 2016 23:42:10 UTC

Test::Trivial - Declutter and simplify tests River stage zero No dependents

"Test::Trivial" was written to allow test writters to trivially write tests while still allowing the test code to be readable. The output upon failure has been modified to provide better diagnostics when things go wrong, including the source line num...

CORYB/Test-Trivial-1.901.2 - 24 Sep 2013 01:12:12 UTC

Test::Builder - Backend for building test libraries River stage five • 22891 direct dependents • 32646 total dependents

Test::Simple and Test::More have proven to be popular testing modules, but they're not always flexible enough. Test::Builder provides a building block upon which to write your own test libraries *which can work together*. Construction new my $Test = ...

EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
55 results (0.039 seconds)