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 {
14 explicit FakeLicenseTokenParser();
16 ee::licensing::impl::LeaseOrError
from(
const std::string &licenseToken)
const override;
18 std::map<std::string, tenduke::ee::licensing::impl::LeaseOrError> results;
Parses license token into tenduke::ee::licensing::Lease (or into tenduke::ee::licensing::LicensingErr...
Definition LicenseTokenParser.h:59
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