1#ifndef TENDUKE_TEST_FAKES_FAKELICENSETOKENPARSER_H
2#define TENDUKE_TEST_FAKES_FAKELICENSETOKENPARSER_H
4#include "licensing/LicenseTokenParser.h"
9namespace tenduke {
namespace test {
namespace fakes {
18 std::map<std::string, tenduke::ee::licensing::impl::LeaseOrError> results;
Describes whether given token is a lease or an error.
Definition LicenseTokenParser.h:22
Parses license token into tenduke::ee::licensing::Lease (or into tenduke::ee::licensing::LicensingErr...
Definition LicenseTokenParser.h:59
Definition FakeLicenseTokenParser.h:12
ee::licensing::impl::LeaseOrError from(const std::string &licenseToken) const override
Parses the token.
Definition FakeLicenseTokenParser.cpp:11
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4