10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
tenduke::test::mocks::AuthzLicensingClientMock Class Reference
Inheritance diagram for tenduke::test::mocks::AuthzLicensingClientMock:
tenduke::ee::licensing::authzapi::AuthzLicensingClient

Public Member Functions

 MOCK_METHOD ((std::unique_ptr< tenduke::ee::licensing::authzapi::LicenseCheckoutRequest >), checkout,(const tenduke::ee::licensing::LicenseCheckoutParameters &parameters),(const, override))
 
 MOCK_METHOD ((std::unique_ptr< tenduke::ee::licensing::authzapi::LicenseReleaseRequest >), release,(const tenduke::ee::licensing::LicenseReleaseParameters &parameters),(const, override))
 
 MOCK_METHOD ((std::unique_ptr<::tenduke::ee::licensing::authzapi::LicenseRenewRequest >), renew,(const ::tenduke::ee::licensing::LicenseRenewParameters &parameters),(const, override))
 
- Public Member Functions inherited from tenduke::ee::licensing::authzapi::AuthzLicensingClient
virtual std::unique_ptr< tenduke::ee::licensing::authzapi::LicenseCheckoutRequestcheckout (const tenduke::ee::licensing::LicenseCheckoutParameters &parameters) const =0
 Checks out license(s).
 
virtual std::unique_ptr< tenduke::ee::licensing::authzapi::LicenseReleaseRequestrelease (const tenduke::ee::licensing::LicenseReleaseParameters &parameters) const =0
 Releases checked out license(s).
 
virtual std::unique_ptr<::tenduke::ee::licensing::authzapi::LicenseRenewRequestrenew (const ::tenduke::ee::licensing::LicenseRenewParameters &parameters) const =0
 Renews leases of checked out license(s).
 

Static Public Member Functions

static std::shared_ptr< AuthzLicensingClientMockcreateShared ()
 

The documentation for this class was generated from the following file: