10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
LicenseRenewRequestMock.h
1#ifndef TENDUKE_TEST_MOCKS_LICENSERENEWREQUESTMOCK_H
2#define TENDUKE_TEST_MOCKS_LICENSERENEWREQUESTMOCK_H
3
4#include "licensing/authz/LicenseRenewRequest.h"
5
6#include "gmock/gmock.h"
7
8namespace tenduke { namespace test { namespace mocks {
9
15
16}}}
17
18#endif //TENDUKE_TEST_MOCKS_LICENSERENEWREQUESTMOCK_H
Response from license renew -request.
Definition LicenseRenewResponse.h:14
Licensing-related request.
Definition LicensingRequest.h:13
virtual T execute()=0
Execute the request synchronously.
Definition LicenseRenewRequestMock.h:11
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4