MCPcopy Create free account
hub / github.com/ddnet/ddnet / ~CTestInfo

Method ~CTestInfo

src/test/test.cpp:136–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136CTestInfo::~CTestInfo()
137{
138 if(!::testing::Test::HasFailure() && m_DeleteTestStorageFilesOnSuccess)
139 {
140 TestDeleteTestStorageFiles(m_aFilename);
141 }
142}
143
144int main(int argc, const char **argv)
145{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected