MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / TwTestPath

Function TwTestPath

src/twtest/test.cpp:394–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394std::string TwTestPath(const std::string& child)
395{
396 std::stringstream sstr;
397 sstr << TwTestDir();
398 if (child[0] != '/')
399 sstr << '/';
400 sstr << child;
401 return sstr.str();
402}
403
404///////////////////////////////////////////////////////////////////////////////
405// cTest

Callers 15

TestFileFunction · 0.85
TestMethod · 0.85
TestConfigFile2Function · 0.85
TestDebugFunction · 0.85
TestFileArchiveFunction · 0.85
TestFileUtilFunction · 0.85
TestBlockRecordArrayFunction · 0.85
TestDbDataSourceBasicFunction · 0.85
TestFSPropCalcFunction · 0.85
TestGetSymLinkStrFunction · 0.85
TestSerializerImplFunction · 0.85

Calls 1

TwTestDirFunction · 0.85

Tested by

no test coverage detected