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

Function TEST

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 15

newBmpInstanceFunction · 0.85
isBmpTypeFunction · 0.85
whatMethod · 0.80
dataMethod · 0.80
mimeTypeMethod · 0.45
writeMetadataMethod · 0.45
codeMethod · 0.45
setExifDataMethod · 0.45
setIptcDataMethod · 0.45
setCommentMethod · 0.45
sizeMethod · 0.45
readMetadataMethod · 0.45

Tested by

no test coverage detected