1#ifndef TENDUKE_TEST_MOCKS_JWTPARSERMOCK_H
2#define TENDUKE_TEST_MOCKS_JWTPARSERMOCK_H
4#include "jwt/JWTParser.h"
5#include "gmock/gmock.h"
7namespace tenduke {
namespace test {
namespace mocks {
13 static std::shared_ptr<JWTParserMock> createShared()
15 return std::make_shared<JWTParserMock>();
Parses JWT.
Definition JWTParser.h:15
virtual JWT from(const std::string &value) const =0
Parses tenduke::jwt::JWT from given string.
Very simple JWT implementation.
Definition JWT.h:32
Definition JWTParserMock.h:9
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4