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

Function TEST

unitTests/test_asfvideo.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8using namespace Exiv2;
9
10TEST(AsfVideo, canBeOpenedWithEmptyMemIo) {
11 auto memIo = std::make_unique<MemIo>();
12 ASSERT_NO_THROW(AsfVideo asf(std::move(memIo)));
13}
14
15TEST(AsfVideo, mimeTypeIsAsf) {
16 auto memIo = std::make_unique<MemIo>();

Callers

nothing calls this directly

Calls 7

isAsfTypeFunction · 0.85
mimeTypeMethod · 0.45
readMetadataMethod · 0.45
printStructureMethod · 0.45
emptyMethod · 0.45
setXmpDataMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected