| 7 | namespace 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 |
nothing calls this directly
no outgoing calls
no test coverage detected