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

Class JsonSortByKeyTest

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

Source from the content-addressed store, hash-verified

7namespace JsonSortByKey
8{
9 class JsonSortByKeyTest : public ::testing::Test
10 {
11 protected:
12 JsonHandler m_jsonHandler {{}};
13
14 protected:
15 void SetUp() override {}
16 void TearDown() override {}
17 };
18
19
20 // Test SortJsonByKey

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected