Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
TEST(AFileIO, canBeInstantiatedWithFilePath) {
14
ASSERT_NO_THROW(FileIo file(imagePath));
15
}
16
17
TEST(AFileIO, canBeOpenInReadBinaryMode) {
18
FileIo file(imagePath);
Callers
nothing calls this directly
Calls
8
isopen
Method · 0.80
setPath
Method · 0.80
tell
Method · 0.80
seek
Method · 0.80
eof
Method · 0.80
open
Method · 0.45
size
Method · 0.45
error
Method · 0.45
Tested by
no test coverage detected