Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ TEST
Function
TEST
unitTests/test_basicio.cpp:10–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
using namespace Exiv2;
9
10
TEST(MemIoDefault, readEReturns0) {
11
std::array<byte, 10> buf;
12
MemIo io;
13
ASSERT_EQ(0u, io.read(buf.data(), buf.size()));
14
}
15
16
TEST(MemIoDefault, isNotAtEof) {
17
MemIo io;
Callers
nothing calls this directly
Calls
6
data
Method · 0.80
eof
Method · 0.80
seek
Method · 0.80
tell
Method · 0.80
read
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected