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

◆ Test()

void Test::Test ( string suite,
int timeoutS = 0,
int timeoutMs = 0,
int sortOrder = 0 )
inlineprivate

Defines a suite the test belongs to, its timeout value and order within the suite.

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

106 {
107 Suite = suite;
108 TimeoutS = timeoutS;
109 TimeoutMs = timeoutMs;
110 SortOrder = sortOrder;
111 }
int SortOrder
Определения TestingFramework.c:102
int TimeoutMs
Определения TestingFramework.c:101
string Suite
Определения TestingFramework.c:98
int TimeoutS
Определения TestingFramework.c:100

Перекрестные ссылки SortOrder, Suite, TimeoutMs и TimeoutS.