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

Function TEST_F

unitTests/test_XmpKey.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38};
39
40TEST_F(AXmpKey, correctlyInstantiateWithValidKey) {
41 XmpKey key(expectedKey);
42 checkValidity(key);
43}
44
45TEST_F(AXmpKey, correctlyInstantiatedWithValidPrefixAndProperty) {
46 XmpKey key(expectedPrefix, expectedProperty);

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected