MCPcopy Create free account
hub / github.com/ClassicOldSong/Apollo / TEST

Function TEST

tests/unit/test_file_handler.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93TEST(FileHandlerTests, ReadMissingFileTest) {
94 // read missing file
95 EXPECT_EQ(file_handler::read_file("non-existing-file.txt"), "");
96}

Callers

nothing calls this directly

Calls 1

read_fileFunction · 0.85

Tested by

no test coverage detected