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

Class JsonHandlerTest

tests/UnitTest/JsonHandlerTest.cpp:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace JsonParsing
8{
9 class JsonHandlerTest : public ::testing::Test
10 {
11 protected:
12 JsonHandler m_jsonHandler {{}};
13
14 protected:
15 void SetUp() override {}
16 void TearDown() override {}
17 };
18
19 TEST_F(JsonHandlerTest, TestGetCompressedJson_Success)
20 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected