1#include "../../../BaseTestForRestAPIRequests.h"
3#include "licensing/impl/licenses/DefaultJWTToLease.h"
5#include "mocks/JWTParserMock.h"
6#include "utils/JWTTestUtils.h"
8namespace tenduke {
namespace se {
namespace test {
namespace licensing {
namespace rest {
13 void SetUp()
override;
15 std::shared_ptr<::tenduke::test::mocks::JWTParserMock> jwtParser;
16 std::shared_ptr<::tenduke::se::licensing::DefaultJWTToLease> jwtToLease;
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