| 19 | class AXmpKey : public testing::Test { |
| 20 | public: |
| 21 | static void SetUpTestSuite() { |
| 22 | XmpProperties::registerNs(expectedFamily, expectedPrefix); |
| 23 | } |
| 24 | |
| 25 | static void TearDownTestSuite() { |
| 26 | XmpProperties::unregisterNs(); |
nothing calls this directly
no outgoing calls
no test coverage detected