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

◆ Failure()

TestBase Managed Failure ( )
protected

Return true of the result means failure.

Base class for test results. This way you report back to the system. More complex failure types with descriptions can be reported by implementation of FailureText in format of junit [https://llg.cubic.org/docs/junit/].

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

204{ return NativeFailure(); }
proto native bool NativeFailure()