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
8namespace tenduke { namespace test { namespace mocks {
9
15
16}}}
17
18#endif //TENDUKE_TEST_MOCKS_LICENSECHECKOUTREQUESTMOCK_H
Response from license checkout request.
Definition LicenseCheckoutResponse.h:24
Definition LicenseCheckoutRequestMock.h:11
tenduke::ee::licensing::authzapi::LicensingRequest< tenduke::ee::licensing::LicenseCheckoutResponse > LicenseCheckoutRequest
License checkout request.
Definition LicenseCheckoutRequest.h:14
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4