MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / getCurrentTestFileName

Method getCurrentTestFileName

Source/UnitTesting.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38std::string cUnitTesting::getCurrentTestFileName() {
39 std::string MissionPhase = "";
40 MissionPhase += "m" + std::to_string(g_Fodder->mGame_Data.mMission_Number);
41 MissionPhase += "p" + std::to_string(g_Fodder->mGame_Data.mMission_Phase);
42 return MissionPhase;
43}
44
45std::string cUnitTesting::getCurrentTestName() {
46 std::string MissionTitle = "Mission " + std::to_string(g_Fodder->mGame_Data.mMission_Number);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected