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