10Duke Scale C++ Client
Loading...
Searching...
No Matches
BaseTestForTokenLicensingRequests.h
1#include "../../../BaseTestForRestAPIRequests.h"
2
3#include "licensing/impl/licenses/DefaultJWTToLease.h"
4
5#include "mocks/JWTParserMock.h"
6#include "utils/JWTTestUtils.h"
7
8namespace tenduke { namespace se { namespace test { namespace licensing { namespace rest {
9
11{
12protected:
13 void SetUp() override;
14
15 std::shared_ptr<::tenduke::test::mocks::JWTParserMock> jwtParser;
16 std::shared_ptr<::tenduke::se::licensing::DefaultJWTToLease> jwtToLease;
17
18};
19
20}}}}}
21
Definition BaseTestForRestAPIRequests.h:22
Definition BaseTestForTokenLicensingRequests.h:11
Classes, functions and globals of 10Duke Scale C++ Client.
Definition AbstractClientFactory.h:16
Root for classes, functions and globals of 10Duke C++ Client.
Definition AbstractClientFactory.h:16