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