1GitLab::API::v4::Mock(3Upsme)r Contributed Perl DocumentaGtiitoLnab::API::v4::Mock(3pm)
2
3
4
6 GitLab::API::v4::Mock - Mock API object for testing.
7
9 use GitLab::API::v4::Mock;
10
11 my $api = GitLab::API::v4::Mock->new();
12
14 This module is a subclass of GitLab::API::v4. It modifies it to mock
15 the REST client via GitLab::API::v4::Mock::RESTClient.
16
17 This module is meant to be used for writing unit tests.
18
20 url
21 This attribute is altered from "url" in GitLab::API::v4 to default to
22 "https://example.com/api/v4" and to not be required.
23
24 rest_client_class
25 This attribute is altered from "rest_client_class" in GitLab::API::v4
26 to default to GitLab::API::v4::Mock::RESTClient.
27
29 See "SUPPORT" in GitLab::API::v4.
30
32 See "AUTHORS" in GitLab::API::v4.
33
35 See "COPYRIGHT AND LICENSE" in GitLab::API::v4.
36
37
38
39perl v5.32.1 2021-01-27 GitLab::API::v4::Mock(3pm)