| 24 | #include <chrono> |
| 25 | |
| 26 | cUnitTesting::cUnitTesting() { |
| 27 | |
| 28 | g_Fodder->mStartParams->mSinglePhase = true; |
| 29 | g_Fodder->mStartParams->mSkipBriefing = true; |
| 30 | g_Fodder->mStartParams->mSkipIntro = true; |
| 31 | g_Fodder->mStartParams->mSkipService = true; |
| 32 | g_Fodder->mStartParams->mSkipRecruit = true; |
| 33 | |
| 34 | if (!g_Fodder->mStartParams->mDemoRecord) |
| 35 | g_Fodder->mStartParams->mDemoPlayback = true; |
| 36 | } |
| 37 | |
| 38 | std::string cUnitTesting::getCurrentTestFileName() { |
| 39 | std::string MissionPhase = ""; |
nothing calls this directly
no outgoing calls
no test coverage detected