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

Class StringHelperTest

tests/UnitTest/StringHelperTest.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace UtilityTest
9{
10 class StringHelperTest : public ::testing::Test
11 {
12 protected:
13 void SetUp() override {}
14 void TearDown() override {}
15 };
16
17 // Test ReplaceAll with simple strings
18 TEST_F(StringHelperTest, ReplaceAll_ShouldReplaceSubstring)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected