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

◆ TestInsertRunning()

TFResult ScriptInvokerTests::TestInsertRunning ( )
inlineprivate

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

145 {
146 InvokeReset();
147
148 m_Invoker.Insert(InvokeInsert);
149
150 m_Invoker.Invoke("TestInvokeRunning");
152 bool count = Assert(m_InvokeCount == 129);
153
154 InvokeReset();
155
156 return BTFR(count);
157 }
bool Assert(bool condition)
Определения TestFramework.c:262
TFResult BTFR(bool result)
Определения TestFramework.c:278
void InvokeReset()
Определения ScriptInvokerTests.c:169
int m_InvokeCount
Определения ScriptInvokerTests.c:4
void InvokeInsert(string s)
Определения ScriptInvokerTests.c:187
ref ScriptInvoker m_Invoker
Определения ScriptInvokerTests.c:3
proto void Print(void var)
Prints content of variable to console/log.

Перекрестные ссылки Assert(), BTFR(), InvokeInsert(), InvokeReset(), m_InvokeCount, m_Invoker, Print() и TFResult().