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

Function GetTestFileName

DebugView++Test/DebugView++Test.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83};
84
85std::string GetTestFileName()
86{
87 using namespace std::experimental::filesystem;
88 return absolute(path("SaveLoadLogFile_unique_test_filename")).string();
89}
90
91std::string SaveLogFile(const LogFile& logfile)
92{

Callers 6

SaveLogFileFunction · 0.85
AppendLogFileFunction · 0.85
RemoveLinesFromFileFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
GetTestFileAsStringFunction · 0.85
CreateAsciiTestFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected