==================== ToLower Tests ====================
| 459 | |
| 460 | // ==================== ToLower Tests ==================== |
| 461 | class StringHelperToLowerTest : public ::testing::Test |
| 462 | { |
| 463 | }; |
| 464 | |
| 465 | TEST_F(StringHelperToLowerTest, ToLower_UppercaseString) |
| 466 | { |
nothing calls this directly
no outgoing calls
no test coverage detected