| 27 | |
| 28 | template <typename T> |
| 29 | class JsonPointerTest : public testing::Test { |
| 30 | public: |
| 31 | using JsonPointerType = T; |
| 32 | }; |
| 33 | |
| 34 | using JsonPointerTypes = |
| 35 | testing::Types<GenericJsonPointer<std::string>, |
nothing calls this directly
no outgoing calls
no test coverage detected