MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / JsonPointerTest

Class JsonPointerTest

tests/json_pointer_test.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28template <typename T>
29class JsonPointerTest : public testing::Test {
30 public:
31 using JsonPointerType = T;
32};
33
34using JsonPointerTypes =
35 testing::Types<GenericJsonPointer<std::string>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected