MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetTestFileAsString

Function GetTestFileAsString

DebugView++Test/DebugView++Test.cpp:586–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586std::string GetTestFileAsString()
587{
588 std::ifstream file(GetTestFileName());
589 std::stringstream ss;
590 ss << file.rdbuf();
591 return ss.str();
592}
593
594BOOST_AUTO_TEST_CASE(LogSourceDBLogReaderRewriteByteByByte)
595{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 2

GetTestFileNameFunction · 0.85
strMethod · 0.45

Tested by

no test coverage detected