MCPcopy 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

8using namespace Exiv2;
9
10TEST(MemIoDefault, readEReturns0) {
11 std::array<byte, 10> buf;
12 MemIo io;
13 ASSERT_EQ(0u, io.read(buf.data(), buf.size()));
14}
15
16TEST(MemIoDefault, isNotAtEof) {
17 MemIo io;

Callers

nothing calls this directly

Calls 6

dataMethod · 0.80
eofMethod · 0.80
seekMethod · 0.80
tellMethod · 0.80
readMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected