MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / NavigationTest

Class NavigationTest

tests/UnitTest/NavigationTest.cpp:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected