DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ TestMultiCreation()

TFResult TestMultiCreation ( int instances)

См. определение в файле PMTCreationAndCleanup.c строка 171

172 {
173 TFResult res = CTFR();
174 for (int i = 0; i < instances; ++i)
175 {
176 res.And(TestCreationSmallBlocking(1));
177 }
178 return res;
179 }
TFResult TestCreationSmallBlocking(int size, bool enableAsserts=true)
Определения PMTCreationAndCleanup.c:131
TFResult CTFR()
Определения TestFramework.c:286
void TFResult(TFR result)
Определения TestFramework.c:12

Перекрестные ссылки CTFR(), TestCreationSmallBlocking() и TFResult().