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

Class TestData

tests/UnitTest/NavigationTest.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49{
50 using KeyPos = std::pair<std::string, Position>;
51 struct TestData
52 {
53 std::string input;
54 std::vector<KeyPos> output;
55 };
56
57 class NavigationTest : public ::testing::Test
58 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected