FreeBSD.software
Home/devel/p5-Test-Mock-LWP-Dispatch

p5-Test-Mock-LWP-Dispatch

0.08

Mocks LWP::UserAgent and dispatches your requests/responses

Test::Mock::LWP::Dispatch intends for testing a code that heavily uses LWP::UserAgent. Assume that function you want to test makes three different request to the server and expects to get some content from the server. To test this function you should setup request/response mappings for mocked UserAgent and test it. For doing something with mappings, here are methods map, unmap and unmap_all. For controlling context of these mappings (is it applies for all created in your code LWP::UserAgent's or only to one specific?) you should call these functions for exported $mock_ua object (global mapping) or for newly created LWP::UserAgent (local mappings). See also on Test::Mock::LWP, it provides mocked LWP objects for you, so probably you can solve your problems with this module too.

Origin: devel/p5-Test-Mock-LWP-Dispatch
Category: devel
Size: 48.6KiB
License: ART10, GPLv1+
Maintainer: sunpoet@FreeBSD.org
Dependencies: 4 packages
Required by: 0 packages
$pkg install p5-Test-Mock-LWP-Dispatch

Dependencies (4)

More in devel