DESCRIPTION
Provides a Test::LWP::UserAgent with mappings defined for all the requests made by this module's main test. More or less provides a successful response with bogus data for every API call exposed by TestRail::API. Used primarily by said module's tests (whenever the test environment does not provide a TestRail server to test against).
You probably won't need/want to use it, but you can by following the SYNOPSIS.
The module was mostly auto-generated, with a few manual tweaks.
SYNOPSIS
use Test::LWP::UserAgent::TestRailMock;
use TestRail::API;
my $tr = TestRail::API->new('http://testrail.local','teodesian@cpan.org','bogus',undef,1);
$tr->{'browser'} = $Test::LWP::UserAgent::TestRailMock::mockObject;