MCPcopy Create free account
hub / github.com/AimRT/AimRT / TEST

Function TEST

src/common/util/string_util_test.cc:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48TEST(STRING_UTIL_TEST, Trim_test) {
49 TestTrim<std::string>();
50 TestTrim<std::string_view>();
51}
52
53TEST(STRING_UTIL_TEST, ReplaceString_test) {
54 struct TestCase {

Callers

nothing calls this directly

Calls 15

IsAlnumStrFunction · 0.85
IsDigitStrFunction · 0.85
GetValueFromStrKVFunction · 0.85
GetMapKeysFunction · 0.85
CheckContainerEqualFunction · 0.85
CheckIfInListFunction · 0.85
CmpVersionFunction · 0.85
CheckVersionInsideFunction · 0.85
StrToLowerFunction · 0.85
StrToUpperFunction · 0.85
CheckIEqualFunction · 0.85
StartsWithFunction · 0.85

Tested by

no test coverage detected