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

Search results for "Test::Harness::Assert"

Test::Harness::Assert - simple assert River stage one • 4 direct dependents • 5 total dependents

A simple assert routine since we don't have Carp::Assert handy. For internal use by Test::Harness ONLY!...

MSCHWERN/Test-Harness-Straps-0.30 - 08 Jan 2008 22:36:10 UTC - Search in distribution

HACKERS - Devel::PPPort internals for hackers River stage four • 73 direct dependents • 1315 total dependents

How to backport something First, make sure that what you want to backport is documented. If it's worth backporting, it surely is worth documenting. Submit a documentation patch to <https://github.com/Perl/perl5/issues> if necessary. Also, "Devel::PPP...

ATOOMIC/Devel-PPPort-3.68 - 18 Mar 2022 22:08:30 UTC - Search in distribution

perl5240delta - what is new for perl v5.24.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes the differences between the 5.22.0 release and the 5.24.0 release....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

validxml - Command-line driver for XML::Validate. River stage one • 3 direct dependents • 3 total dependents

Command-line driver for XML::Validate using the 'BestAvailable' processing type. Commandline Options --assert-invalid Swap the ok/not ok so invalid things are OK - still output the validation error) - this is useful for schema "unit tests". --backend...

BBC/XML-Validate-1.025 - 19 Apr 2006 10:22:47 UTC - Search in distribution

Test::Spec - Write tests in a declarative specification style River stage two • 54 direct dependents • 76 total dependents

This is a declarative specification-style testing system for behavior-driven development (BDD) in Perl. The tests (a.k.a. examples) are named with strings instead of subroutine names, so your fingers will suffer less fatigue from underscore-itis, wit...

AKZHAN/Test-Spec-0.54 - 21 Nov 2017 10:08:54 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

Test::Cmd - Perl module for portable testing of commands and scripts River stage two • 13 direct dependents • 35 total dependents

The "Test::Cmd" module provides a low-level framework for portable automated testing of executable commands and scripts (in any language, not just Perl), especially commands and scripts that interact with the file system. The "Test::Cmd" module makes...

NEILB/Test-Cmd-1.09 - 25 Oct 2015 11:50:21 UTC - Search in distribution

Test2::Event - Base class for events River stage five • 22891 direct dependents • 32646 total dependents

Base class for all event objects that get passed through Test2....

EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC - Search in distribution

Test::MockClass - A module to provide mock classes and mock objects for testing River stage one • 1 direct dependent • 1 total dependent

This module provides a simple interface for creating mock classes and mock objects with mock methods for mock purposes, I mean testing purposes. It also provides a simple mechanism for tracking the interactions to the mocked objects. I originally wro...

JJORDAN/Test-MockClass-1.05 - 25 Jan 2010 07:35:23 UTC - Search in distribution

Module::CoreList - what modules shipped with versions of perl River stage five • 95 direct dependents • 21441 total dependents

Module::CoreList provides information on which core and dual-life modules shipped with each version of perl. It provides a number of mechanisms for querying this information. There is a utility called corelist provided with this module which is a con...

BINGOS/Module-CoreList-5.20240320 - 20 Mar 2024 16:34:30 UTC - Search in distribution

Test::Class - Easily create test classes in an xUnit/JUnit style River stage three • 175 direct dependents • 800 total dependents

Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder, it was designed to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.). *...

SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTC - Search in distribution

Bundle::Sledge - Bundle to install all Sledge related modules River stage zero No dependents

Sledge is yet another MVC Web Application Framework. Bundle::Sledge is a bundle to install all Sledge related modules. See http://sl.edge.jp/ (Japanese) or http://sourceforge.jp/projects/sledge to get more detailed information on Sledge....

MIYAGAWA/Bundle-Sledge-0.04 - 25 Feb 2004 11:10:26 UTC - Search in distribution

Test::Unit::Lite - Unit testing without external dependencies River stage two • 11 direct dependents • 24 total dependents

This framework provides lighter version of Test::Unit framework. It implements some of the Test::Unit classes and methods needed to run test units. The Test::Unit::Lite tries to be compatible with public API of Test::Unit. It doesn't implement all cl...

DEXTER/Test-Unit-Lite-0.1202 - 20 Dec 2012 16:13:23 UTC - Search in distribution

Module::CoreList::List::5 - List of core modules for perl 5 River stage one • 1 direct dependent • 1 total dependent

This POD page lists all core modules (with their versions) that come with perl 5....

PERLANCAR/Module-CoreList-List-0.001 - 08 Feb 2019 09:15:42 UTC - Search in distribution

Test::Assertions - a simple set of building blocks for both unit and runtime testing River stage two • 12 direct dependents • 82 total dependents

Test::Assertions provides a convenient set of tools for constructing tests, such as unit tests or run-time assertion checks (like C's ASSERT macro). Unlike some of the Test:: modules available on CPAN, Test::Assertions is not limited to unit test scr...

BBC/Test-Assertions-1.054 - 11 Aug 2006 10:24:22 UTC - Search in distribution

Test::Unit::TestCase - unit testing framework base class River stage two • 10 direct dependents • 11 total dependents

Test::Unit::TestCase is the 'workhorse' of the PerlUnit framework. When writing tests, you generally subclass Test::Unit::TestCase, write "set_up" and "tear_down" functions if you need them, a bunch of "test_*" test methods, then do $ TestRunner.pl M...

MCAST/Test-Unit-0.25 - 15 Oct 2005 23:05:28 UTC - Search in distribution

Test2::Manual::Anatomy::Event - The internals of events River stage four • 727 direct dependents • 6230 total dependents

Events are how tools effect global state, and pass information along to the harness, or the human running the tests....

EXODIST/Test2-Suite-0.000159 - 25 Oct 2023 21:10:28 UTC - Search in distribution

Task::Devel::Essentials - Bundle of modules useful for developers River stage zero No dependents

MHASCH/Task-Devel-Essentials-0.016 - 22 May 2022 06:53:44 UTC - Search in distribution

Acme::CPANModules::Import::CPANRatings::User::davidgaramond - List of modules mentioned by CPANRatings user davidgaramond River stage zero No dependents

This list is generated by scraping CPANRatings (cpanratings.perl.org) user page. This list is generated by scraping CPANRatings (cpanratings.perl.org) user page....

PERLANCAR/Acme-CPANModules-Import-CPANRatings-User-davidgaramond-0.002 - 28 Feb 2024 00:05:24 UTC - Search in distribution

Test2::Harness::Collector::TapParser - Produce EventFacets from a line of TAP. River stage two • 12 direct dependents • 16 total dependents

This module is responsible for reading and processing any TAP output from tests. Lines of TAP output are processed into Test2::Event facet data. Note that "Test2 -> TAP -> Test2" is lossy at the "Test2 -> TAP" step....

EXODIST/Test2-Harness-1.000155 - 03 Oct 2023 15:58:08 UTC - Search in distribution
20 results (0.074 seconds)