The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module::Test::Mock::LWP::UserAgent"

Net::Duo::Mock::Agent - Mock LWP::UserAgent for Net::Duo testing River stage zero No dependents

This module provides the same interface as LWP::UserAgent, for the methods that Net::Duo calls, and verifies that the information passed in by Duo is correct. It can also simulate responses to exercise response handling in Net::Duo. To test Net::Duo,...

RRA/Net-Duo-1.02 - 07 Mar 2019 06:05:35 UTC - Search in distribution

Test::Mock::LWP::UserAgent - Mocks LWP::UserAgent River stage two • 14 direct dependents • 33 total dependents

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

Resource::Silo - lazy declarative resource container for Perl. River stage zero No dependents

This module provides a container that manages initialization, caching, and cleanup of resources that the application needs to talk to the outside world, such as configuration files, database connections, queues, external service endpoints, and so on....

KHEDIN/Resource-Silo-0.14 - 15 May 2024 17:20:02 UTC - Search in distribution

Selenium::Remote::Driver - Perl Client for Selenium Remote Driver River stage two • 11 direct dependents • 13 total dependents

Selenium is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. This module is an implementation of the client for the Remote dr...

TEODESIAN/Selenium-Remote-Driver-1.49 - 06 Apr 2023 14:28:10 UTC - Search in distribution

HTTP::Caching - The RFC 7234 compliant brains to do caching right River stage one • 1 direct dependent • 2 total dependents

This module tries to provide caching for HTTP responses based on RFC 7234 Hypertext Transfer Protocol (HTTP/1.1): Caching. Basicly it looks like the following steps below: * For a presented request, it will check with the cache if there is a suitable...

VANHOESEL/HTTP-Caching-0.15 - 09 Apr 2018 20:48:22 UTC - Search in distribution

advent_2012 River stage three • 59 direct dependents • 314 total dependents

ETHER/Test-LWP-UserAgent-0.036 - 16 Jan 2022 04:13:25 UTC - Search in distribution

Test::AutoMock - A mock that can be used with a minimum setup River stage zero No dependents

Test::AutoMock is a mock module designed to be used with a minimal setup. AutoMock can respond to any method call and returns a new AutoMock instance as a return value. Therefore, you can use it as a mock object without having to define all the metho...

HIRATARA/Test-AutoMock-0.04 - 30 Mar 2019 15:40:50 UTC - Search in distribution

Test::MethodFixtures - Convenient mocking of externalities by recording and replaying method calls. River stage zero No dependents

Record and playback method arguments, for convenient mocking in tests. With this module it is possible to easily replace an expensive, external or non-repeatable call, so that there is no need to make that call again during subsequent testing. This m...

MJEMMESON/Test-MethodFixtures-0.08 - 26 Feb 2016 09:44:55 UTC - Search in distribution

Test::Spec::Mocks - Object Simulation Plugin for Test::Spec River stage two • 55 direct dependents • 75 total dependents

Test::Spec::Mocks is a plugin for Test::Spec that provides mocking and stubbing of objects, individual methods and plain subroutines on both object instances and classes. This module is inspired by and heavily borrows from Mocha, a library for the Ru...

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

Catalyst::Authentication::Store::CouchDB - A storage class for Catalyst Authentication using CouchDB River stage zero No dependents

The Catalyst::Authentication::Store::CouchDB class provides access to authentication information stored in a CouchDB instance....

CBRADFORD/Catalyst-Authentication-Store-CouchDB-0.001 - 13 May 2011 09:11:26 UTC - Search in distribution

LWP::Protocol::PSGI - Override LWP's HTTP/HTTPS backend with your own PSGI application River stage two • 11 direct dependents • 15 total dependents

LWP::Protocol::PSGI is a module to hijack any code that uses LWP::UserAgent underneath such that any HTTP or HTTPS requests can be routed to your own PSGI application. Because it works with any code that uses LWP, you can override various WWW::*, Net...

MIYAGAWA/LWP-Protocol-PSGI-0.11 - 25 Oct 2019 00:56:57 UTC - Search in distribution

WebService::PayPal::PaymentsAdvanced - A simple wrapper around the PayPal Payments Advanced web service River stage zero No dependents

This is a wrapper around the "PayPal Payments Advanced" (AKA "PayPal Payflow Link") hosted forms. This code does things like facilitating secure token creation, providing an URL which you can use to insert an hosted_form into your pages and processin...

MAXMIND/WebService-PayPal-PaymentsAdvanced-0.000028 - 01 Jan 2022 22:16:33 UTC - Search in distribution

Test2::Tools::HTTP - Test HTTP / PSGI River stage one • 7 direct dependents • 7 total dependents

This module provides an interface for testing websites and PSGI based apps with a Test2 style comparisons interface. You can specify a PSGI app with a URL and responses from that URL will automatically be routed to that app, without having to actuall...

PLICEASE/Test2-Tools-HTTP-0.11 - 31 Aug 2022 12:25:17 UTC - Search in distribution

Test::Mock::LWP::Dispatch - mocks LWP::UserAgent and dispatches your requests/responses River stage two • 11 direct dependents • 14 total dependents

This module is intended for testing a code that heavily uses LWP::UserAgent. Assume that a function you want to test makes three different requests to a server and expects to get some content from the server. To test this function you should setup re...

TADAM/Test-Mock-LWP-Dispatch-0.08 - 06 Nov 2015 09:18:13 UTC - Search in distribution

Acme::CPANModules::Import::PerlAdvent::2012 - Modules mentioned in Perl Advent Calendar 2012 River stage one • 1 direct dependent • 1 total dependent

Modules mentioned in Perl Advent Calendar 2012. This list is generated by extracting module names mentioned in [http://perladvent.org/2012/] (retrieved on 2016-11-06). Visit the URL for the full contents....

PERLANCAR/Acme-CPANModulesBundle-Import-PerlAdvent-2012-0.001 - 22 Sep 2018 01:16:04 UTC - Search in distribution

Mojo::UserAgent::Mockable - A Mojo User-Agent that can record and play back requests without Internet connectivity, similar to LWP::UserAgent::Mockable River stage one • 2 direct dependents • 2 total dependents

POPEFELIX/Mojo-UserAgent-Mockable-1.59 - 22 Apr 2022 20:19:20 UTC - Search in distribution

Test::LWP::MockSocket::http - Inject arbitrary data as socket data for LWP::UserAgent River stage one • 1 direct dependent • 1 total dependent

This module, when loaded, mangles some functions in LWP::Protocol::http which will emulate a real socket. LWP is used as normally as much as possible. Effort has been made to maintain the exact behavior of Net::HTTP and LWP::Protocol::http. Two varia...

MNUNBERG/Test-LWP-MockSocket-http-0.05 - 19 Dec 2011 22:58:36 UTC - Search in distribution

Test::Mock::LWP::Distilled - make and use LWP mocks, distilled to their essence River stage one • 1 direct dependent • 1 total dependent

There are plenty of simple LWP-mocking modules. Test::Mock::LWP::Distilled aims for something slightly more complicated, and therefore a lot more useful. Design ethos Test::Mock::LWP::Distilled does a couple of things beyond just letting you inject m...

SKINGTON/Test-Mock-LWP-Distilled-1.000 - 13 Sep 2021 13:44:59 UTC - Search in distribution

Test::Mock::LWP::Conditional - stubbing on LWP request River stage one • 2 direct dependents • 2 total dependents

This module stubs out LWP::UserAgent's request....

MASAKI/Test-Mock-LWP-Conditional-0.04 - 20 May 2016 09:54:21 UTC - Search in distribution

XML::Compile::Transport::SOAPHTTP_MojoUA - exchange XML via Mojo::UserAgent River stage zero No dependents

This module handles the exchange of (XML) messages, according to the rules of SOAP (any version). The module does not known how to parse or compose XML, but only worries about the HTTP aspects. Contrary to XML::Compile::Transport::SOAPHTTP, this impl...

MARKOV/XML-Compile-SOAP-Mojolicious-0.06 - 06 Jan 2020 07:20:28 UTC - Search in distribution
20 results (0.11 seconds)