10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
LicenseReleaseRequestMock.h
1
#ifndef TENDUKE_TEST_MOCKS_LICENSERELEASEREQUESTMOCK_H
2
#define TENDUKE_TEST_MOCKS_LICENSERELEASEREQUESTMOCK_H
3
4
#include "licensing/authz/LicenseReleaseRequest.h"
5
6
#include "gmock/gmock.h"
7
8
namespace
tenduke
{
namespace
test {
namespace
mocks {
9
10
class
LicenseReleaseRequestMock
:
public
tenduke::ee::licensing::authzapi::LicenseReleaseRequest
11
{
12
public
:
13
MOCK_METHOD(
tenduke::ee::licensing::LicenseReleaseResponse
,
execute
, (), (
override
));
14
};
15
16
}}}
17
18
#endif
//TENDUKE_TEST_MOCKS_LICENSERELEASEREQUESTMOCK_H
tenduke::ee::licensing::LicenseReleaseResponse
Response from tenduke::ee::licensing::LicenseReleaseRequest.
Definition
LicenseReleaseResponse.h:18
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::LicenseReleaseRequestMock
Definition
LicenseReleaseRequestMock.h:11
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
client
enterprise
api
test
mocks
LicenseReleaseRequestMock.h
Generated by
1.9.8