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

Search results for "module:Test::Mock::HTTP::Request"

Test::Mock::HTTP::Request - Mocks HTTP::Request River stage two • 14 direct dependents • 33 total dependents

LUKEC/Test-Mock-LWP-0.08 - 19 Oct 2013 15:51:23 UTC

Test::RestAPI - Real mock of REST API River stage zero No dependents

In many (test) case you need mock some REST API. One way is mock your REST-API class abstraction or HTTP client. This module provides other way - start generated Mojolicious server and provides pseudo-real your defined API....

JASEI/Test-RestAPI-0.1.6 - 04 Nov 2016 14:04:55 UTC

Test::MobileAgent - set environmental variables to mock HTTP::MobileAgent River stage one • 1 direct dependent • 1 total dependent

This module helps to test applications that use HTTP::MobileAgent. See the SYNOPSIS for usage....

ISHIGAKI/Test-MobileAgent-0.06 - 16 Feb 2012 16:47:41 UTC

Test::DeepMock - Awesome abstract factory class to mock everything for unit tests. River stage zero No dependents

RADIOMKOR/Test-DeepMock-0.0.4 - 18 Jan 2017 22:55:54 UTC

Test::Mock::Test - Mock Test::* code to succeed or do nothing. River stage zero No dependents

SCHWIGON/Test-Mock-Test-0.01 - 18 Jan 2011 15:53:22 UTC

Test::Mock::Cmd - Mock system(), exec(), and qx() for testing River stage one • 5 direct dependents • 6 total dependents

Mock system(), exec(), qx() (AKA `` and readpipe()) with your own functions in order to test code that may call them. Some uses might be: 1 avoid actually running the system command, just pretend we did (simulate [un]expected output, return values, e...

DMUEY/Test-Mock-Cmd-0.7 - 15 Dec 2016 16:27:56 UTC

DBI::Test - Test suite for DBI API River stage zero No dependents

This module aims to be a test suite for the DBI API and an underlying DBD driver, to check if the provided functionality is working and complete. Part of this module is the ability for self-testing using *DBI::Mock*. This is not designed to be anothe...

REHSACK/DBI-Test-0.001 - 06 Aug 2013 08:25:12 UTC

Test::Mocha - Test double framework with method stubs and behaviour verification River stage one • 1 direct dependent • 1 total dependent

Test::Mocha is a test double framework inspired by Java's Mockito. It offers a different approach to other mocking frameworks in that instead of setting up the expected behaviour beforehand you ask questions about interactions after execution of the ...

STEVENL/Test-Mocha-0.67 - 05 Feb 2019 22:00:12 UTC

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

Test::Easy - facilitates easy testing patterns River stage one • 5 direct dependents • 7 total dependents

I prefer working in a test driven development environment. One of the downsides of having a large test suite is that test files often grow into monstrosities: it's often easier to plug some new little testblock into an existing file, or stick some ne...

BELDEN/Test-Easy-1.11 - 08 Jul 2015 21:03:20 UTC

Test::Mock::LWP - Easy mocking of LWP packages River stage two • 14 direct dependents • 33 total dependents

This package arises from duplicating the same code to mock LWP et al in several different modules I've written. This version is very minimalist, but works for my needs so far. I'm very open to new suggestions and improvements....

LUKEC/Test-Mock-LWP-0.08 - 19 Oct 2013 15:51:23 UTC

Catalyst::Test - Test Catalyst Applications River stage three • 603 direct dependents • 677 total dependents

This module allows you to make requests to a Catalyst application either without a server, by simulating the environment of an HTTP request using HTTP::Request::AsCGI or remotely if you define the CATALYST_SERVER environment variable. This module als...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Test::Mock::Furl - Mocks Furl for testing River stage one • 6 direct dependents • 6 total dependents

"Test::Mock::Furl" is the mock module for teting Furl EXPORTS The following variables are exported by default: $Mock_furl The mock Furl object - a Test::MockObject object $Mock_furl_http The mock Furl::HTTP object - a Test::MockObject object $Mock_fu...

BAYASHI/Test-Mock-Furl-0.05 - 26 Jul 2013 13:32:05 UTC

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

Test::Net::LDAP - A Net::LDAP subclass for testing River stage one • 5 direct dependents • 5 total dependents

This module provides some testing methods for LDAP operations, such as "search", "add", and "modify", where each method is suffixed with either "_ok" or "_is". "Test::Net::LDAP" is a subclass of "Net::LDAP", so all the methods defined for "Net::LDAP"...

MAHIRO/Test-Net-LDAP-0.07 - 24 Mar 2015 17:01:39 UTC

Test::TinyMocker River stage two • 4 direct dependents • 35 total dependents

SUKRIA/Test-TinyMocker-0.05 - 27 Nov 2013 14:08:08 UTC

Test::Async::HTTP - unit test code that uses Net::Async::HTTP River stage one • 2 direct dependents • 5 total dependents

This module implements a mock version of Net::Async::HTTP suitable for unit tests that virtualises the actual HTTP request/response cycle, allowing the unit test script to inspect the requests made and provide responses to them....

PEVANS/Test-Async-HTTP-0.02 - 08 Dec 2014 19:28:04 UTC

Test::HTTP::MockServer - Implement a mock HTTP server for use in tests River stage one • 3 direct dependents • 3 total dependents

Sometimes, when writing a test, you don't have to oportunity to do dependency injection of the type of transport used in a specific API. Sometimes that code willl unequivocally always use actual HTTP and the only control you have is over the host and...

DRUOSO/Test-HTTP-MockServer-v0.0.1 - 19 Jul 2016 15:34:41 UTC

Test::Mock::Redis - use in place of Redis for unit testing River stage two • 10 direct dependents • 11 total dependents

JLAVALLEE/Test-Mock-Redis-0.22 - 27 Jun 2019 04:17:12 UTC

Test::SynchHaveWant - Synchronize volatile have/want values for tests River stage zero No dependents

Sometimes you have extremely volatile data/code and you *know* your tests are correct even though they've failed because the code has changed or the underlying data has been altered. Ordinarily, you never, never want your tests to be so fragile. You ...

OVID/Test-SynchHaveWant-0.01 - 27 Feb 2011 14:02:58 UTC
36 results (0.063 seconds)