MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / TEST

Function TEST

unitTests/test_utils.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7using namespace Exiv2::Internal;
8
9TEST(stringUtils, startsWithReturnsTrue) {
10 ASSERT_TRUE(startsWith("Exiv2 rocks", "Exiv2"));
11}
12
13TEST(stringUtils, startsWithReturnsFlase) {
14 ASSERT_FALSE(startsWith("Exiv2 rocks", "exiv2"));

Callers

nothing calls this directly

Calls 3

startsWithFunction · 0.85
upperFunction · 0.85
lowerFunction · 0.85

Tested by

no test coverage detected