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
8
namespace
tenduke
{
namespace
test {
namespace
mocks {
9
10
class
LicenseRenewRequestMock
:
public
tenduke::ee::licensing::authzapi::LicenseRenewRequest
11
{
12
public
:
13
MOCK_METHOD(
tenduke::ee::licensing::LicenseRenewResponse
,
execute
, (), (
override
));
14
};
15
16
}}}
17
18
#endif
//TENDUKE_TEST_MOCKS_LICENSERENEWREQUESTMOCK_H
tenduke::ee::licensing::LicenseRenewResponse
Response from license renew -request.
Definition
LicenseRenewResponse.h:14
tenduke::ee::licensing::authzapi::LicensingRequest
Licensing-related request.
Definition
LicensingRequest.h:13
tenduke::ee::licensing::authzapi::LicensingRequest::execute
virtual T execute()=0
Execute the request synchronously.
tenduke::test::mocks::LicenseRenewRequestMock
Definition
LicenseRenewRequestMock.h:11
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
client
enterprise
api
test
mocks
LicenseRenewRequestMock.h
Generated by
1.9.8