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

◆ TestInvalidSize()

TFResult TestInvalidSize ( )

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

29 {
30 Debug.ParticleLog("Expecting VME: Invalid size. (0)", this, "TestInvalidSize");
32
33 Debug.ParticleLog("Expecting VME: Invalid size. (-3)", this, "TestInvalidSize");
35
36 return NTFR(TFR.SUCCESS); // No way to check if a VME popped or not...
37 }
TFResult TestCreationSmallBlocking(int size, bool enableAsserts=true)
Определения PMTCreationAndCleanup.c:131
TFResult NTFR(TFR result)
Определения TestFramework.c:273
TFR
Определения TestFramework.c:2
static void ParticleLog(string message=LOG_DEFAULT, Managed caller=null, string function="", Managed entity=null)
Определения Debug.c:172
Определения Debug.c:2

Перекрестные ссылки NTFR(), Debug::ParticleLog(), TestCreationSmallBlocking() и TFResult().