10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::test::mocks::JSONParserMock Class Reference
Inheritance diagram for tenduke::test::mocks::JSONParserMock:
tenduke::json::JSONParser

Public Member Functions

 MOCK_METHOD (std::unique_ptr< tenduke::json::JSONElement >, from,(const char *a, std::size_t b),(const, override))
 
 MOCK_METHOD (std::unique_ptr< tenduke::json::JSONElement >, from,(const std::string &a),(const, override))
 
- Public Member Functions inherited from tenduke::json::JSONParser
virtual std::unique_ptr< JSONElementfrom (const char *jsonAsString, std::size_t length) const =0
 Parses JSON from given string.
 
virtual std::unique_ptr< JSONElementfrom (const std::string &string) const =0
 Parses JSON from given string.
 

Static Public Member Functions

static std::shared_ptr< JSONParserMockcreateShared ()
 

The documentation for this class was generated from the following file: