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

Method SetUpTestSuite

unitTests/test_XmpKey.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19class AXmpKey : public testing::Test {
20 public:
21 static void SetUpTestSuite() {
22 XmpProperties::registerNs(expectedFamily, expectedPrefix);
23 }
24
25 static void TearDownTestSuite() {
26 XmpProperties::unregisterNs();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected