| 125 | }; |
| 126 | |
| 127 | std::shared_ptr<UserToken> TestHelpers::create_cpp_token() { |
| 128 | return std::make_shared<CppToken>(); |
| 129 | } |
| 130 | |
| 131 | void TestHelpers::check_cpp_token(const std::shared_ptr<UserToken> & in) { |
| 132 | // Throws bad_cast if type is wrong |
nothing calls this directly
no outgoing calls
no test coverage detected