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

Search results for "Test::MockModule"

Test::MockModule - Override subroutines in a module for unit testing River stage three • 139 direct dependents • 241 total dependents

"Test::MockModule" lets you temporarily redefine subroutines in other packages for the purposes of unit testing. A "Test::MockModule" object is set up to mock subroutines for a given module. The object remembers the original subroutine so it can be e...

GFRANKS/Test-MockModule-v0.177.0 - 07 Sep 2021 16:31:00 UTC - Search in distribution

ucpan - improved CPAN modules updater River stage zero No dependents

ucpan is module update program. This program has the following advantages over executing "cpan-outdated | cpanm" from the command line. * Display the outdated module list in easy-to-see table format. * Display the progress from fetch to install compa...

KPEE/App-ucpan-1.13 - 09 Dec 2019 08:49:08 UTC - Search in distribution

JIP::Mock - Override subroutines in a module River stage zero No dependents

VLADIMIRZ/JIP-Mock-v0.0.4 - 25 May 2023 17:54:44 UTC - Search in distribution

Saraltest - Perl extension for blah blah blah River stage zero No dependents

Stub documentation for Saraltest, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited....

MARSAB/Saraltest - 26 Aug 2011 10:57:44 UTC - Search in distribution

WWW::BigDoor - provides a perl interface for BigDoor's REST API. River stage zero No dependents

This module provides simple interface to BigDoor REST API with calls implmenting HTTP methods. For object-oriented interface see WWW::BigDoor::Resource. For BigDoor API description consult documentation at <http://publisher.bigdoor.com/docs/definitio...

ALEXD/WWW-BigDoor-v0.1.1 - 20 Jan 2011 20:17:52 UTC - Search in distribution

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 - Search in distribution

Test::Shadow - override a class's methods in a scope, checking input/output River stage zero No dependents

OSFAMERON/Test-Shadow-0.0201 - 20 May 2014 03:52:30 UTC - Search in distribution

Test::MockObject - Perl extension for emulating troublesome interfaces River stage three • 257 direct dependents • 527 total dependents

It's a simple program that doesn't use any other modules, and those are easy to test. More often, testing a program completely means faking up input to another module, trying to coax the right output from something you're not supposed to be testing a...

CHROMATIC/Test-MockObject-1.20200122 - 22 Jan 2020 18:48:26 UTC - Search in distribution

Test::MockRandom - Replaces random number generation with non-random number generation River stage two • 5 direct dependents • 23 total dependents

This perhaps ridiculous-seeming module was created to test routines that manipulate random numbers by providing a known output from "rand". Given a list of seeds with "srand", it will return each in turn. After seeded random numbers are exhausted, it...

DAGOLDEN/Test-MockRandom-1.01 - 08 Feb 2014 10:54:36 UTC - Search in distribution

Bundle::Ovid - Things Ovid wants in a fresh Perl install River stage zero No dependents

Whenever I do a fresh install of Perl, there are certain core modules that I install over and over again. I hate doing that so I built this bundle. Most modules, even if you don't use them, should be self-explanatory. Others are listed below. * alias...

OVID/Bundle-Ovid-1.01 - 14 Sep 2005 23:13:51 UTC - Search in distribution

Module::Optional - Breaking module dependency chains River stage one • 4 direct dependents • 7 total dependents

Suppose you are the developer of module "Foo", which uses functionality from the highly controversial module "Bar". You actually quite like "Bar", and want to reuse its functionality in your "Foo" module. But, many people will refuse to install "Foo"...

IVORW/Module-Optional-0.03 - 19 May 2008 21:47:27 UTC - Search in distribution

Bundle::AndyA - Basic working environment. River stage zero No dependents

Nice things to have installed....

ANDYA/Bundle-AndyA-1.12 - 27 Oct 2010 18:43:18 UTC - Search in distribution

Test::Mock::Object - Dead-simple mocking River stage zero No dependents

Mock objects can be a controversial topic, but sometimes they're very useful. However, mock objects in Perl often come in two flavors: * Incomplete mocks of existing modules * Generic mocks with clumsy interfaces I can never remember This module is m...

OVID/Test-Mock-Object-0.2 - 27 Jan 2022 12:45:11 UTC - Search in distribution

Test::Ratchet - Mocking helper that swaps out implementations automatically River stage zero No dependents

Testing sucks, especially when you have to deal with third-party code, especially when you didn't have a choice about which third-party code you are relying on. This module solves one specific difficulty of doing so: when you have an atomic operation...

ALTREUS/Test-Ratchet-0.005 - 20 Apr 2020 13:48:47 UTC - Search in distribution

Bundle::Theory - A bundle to install all of Theory's favorite modules River stage zero No dependents

This bundle contains all of Theory's most-used CPAN modules. These are essentials whenever he builds a new system....

DWHEELER/Bundle-Theory-1.08 - 19 Jun 2011 04:45:49 UTC - Search in distribution

Bundle::Bricolage - Modules required to run Bricolage content management system. River stage zero No dependents

The bundle provides an easy way to install all of the modules required by Bricolage. Bricolage is a 100% pure Perl content-management and publishing system which features intuitive and highly-configurable administration, workflow, permissions, templa...

DWHEELER/Bundle-Bricolage-1.11.0 - 05 Oct 2008 22:24:07 UTC - Search in distribution

Test::CallFlow - trivial planning of sub call flows for fast unit test writing. River stage zero No dependents

KORPIQ/Test-CallFlow-0.03 - 25 Jan 2009 11:10:21 UTC - Search in distribution

Task::BeLike::AMD - Modules AMD uses River stage zero No dependents

AMD/Task-BeLike-AMD-4.1.0 - 19 Oct 2012 16:21:23 UTC - Search in distribution

Test::Module::Runnable - A runnable framework on Moose for running tests River stage zero No dependents

A test framework based on Moose introspection to automagically call all methods matching a user-defined pattern. Supports per-test setup and tear-down routines and easy early "BAIL_OUT" in Test::Builder using Test::More....

DDRP/Test-Module-Runnable-0.4.2 - 08 Sep 2019 14:57:43 UTC - Search in distribution

Test::Class::Tiny - xUnit in Perl, simplified River stage one • 2 direct dependents • 2 total dependents

Test::Class has served Perl’s xUnit needs for a long time but is incompatible with the Test2 framework. This module allows for a similar workflow but in a way that works with both Test2 and the older, Test::Builder-based modules. POD ERRORS Hey! The ...

FELIPE/Test-Class-Tiny-0.03 - 03 May 2020 15:10:13 UTC - Search in distribution
25 results (0.048 seconds)