Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
TEST_F(AXmpKey, correctlyInstantiateWithValidKey) {
41
XmpKey key(expectedKey);
42
checkValidity(key);
43
}
44
45
TEST_F(AXmpKey, correctlyInstantiatedWithValidPrefixAndProperty) {
46
XmpKey key(expectedPrefix, expectedProperty);
Callers
nothing calls this directly
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected