MCPcopy Create free account
hub / github.com/OSGeo/PROJ / TEST

Function TEST

test/unit/test_metadata.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41// ---------------------------------------------------------------------------
42
43TEST(metadata, citation) {
44 Citation c("my citation");
45 Citation c2(c);
46 ASSERT_TRUE(c2.title().has_value());
47 ASSERT_EQ(*(c2.title()), "my citation");
48}
49
50// ---------------------------------------------------------------------------
51

Callers

nothing calls this directly

Calls 15

equalsFunction · 0.85
getBBoxFunction · 0.85
has_valueMethod · 0.80
isEquivalentToMethod · 0.80
intersectionMethod · 0.80
westBoundLongitudeMethod · 0.80
eastBoundLongitudeMethod · 0.80
versionMethod · 0.80
setMethod · 0.80
createFromWKTMethod · 0.80
exportToWKTMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected