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

Function TEST

unitTests/test_FileIo.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11} // namespace
12
13TEST(AFileIO, canBeInstantiatedWithFilePath) {
14 ASSERT_NO_THROW(FileIo file(imagePath));
15}
16
17TEST(AFileIO, canBeOpenInReadBinaryMode) {
18 FileIo file(imagePath);

Callers

nothing calls this directly

Calls 8

isopenMethod · 0.80
setPathMethod · 0.80
tellMethod · 0.80
seekMethod · 0.80
eofMethod · 0.80
openMethod · 0.45
sizeMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected