MCPcopy Create free account
hub / github.com/ddnet/ddnet / TEST

Function TEST

src/test/io_test.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30TEST(Io, Read1)
31{
32 TestFileRead("");
33}
34TEST(Io, Read2)
35{
36 TestFileRead("abc");

Callers

nothing calls this directly

Calls 14

TestFileReadFunction · 0.85
TestFileLengthFunction · 0.85
str_lengthFunction · 0.85
io_openFunction · 0.85
io_writeFunction · 0.85
io_seekFunction · 0.85
io_skipFunction · 0.85
io_closeFunction · 0.85
io_readFunction · 0.85
mem_compFunction · 0.85
fs_removeFunction · 0.85
io_current_exeFunction · 0.85

Tested by

no test coverage detected