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