| 55 | }; |
| 56 | |
| 57 | class NavigationTest : public ::testing::Test |
| 58 | { |
| 59 | protected: |
| 60 | TestData m_testData; |
| 61 | JsonHandler m_jsonHandler {{}}; |
| 62 | TreeHandlerTest m_TreeHandler; |
| 63 | TrackingStreamSharedPtr m_pTSS = nullptr; |
| 64 | std::unique_ptr<RapidJsonHandler> m_pHandler; |
| 65 | }; |
| 66 | |
| 67 | TEST_F(NavigationTest, StringKey) |
| 68 | { |
nothing calls this directly
no outgoing calls
no test coverage detected