DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
AutotestConfigHandler.c
См. документацию.
1
class
AutotestConfigHandler
2
{
3
static
ref
AutotestConfigJson
m_Data
=
new
AutotestConfigJson
();
4
5
static
bool
LoadData
(
string
path
)
6
{
7
string
errorMessage;
8
if
(!JsonFileLoader<AutotestConfigJson>.LoadFile(
path
,
m_Data
, errorMessage))
9
{
10
AutoTestFixture
.
LogRPT
(errorMessage);
11
return
false
;
12
}
13
14
return
true
;
15
}
16
17
static
set<string>
GetSuites
()
18
{
19
return
m_Data
.TestSuites;
20
}
21
}
path
string path
Определения
OptionSelectorMultistate.c:142
AutoTestFixture::LogRPT
static void LogRPT(string message)
Определения
AutoTestFixture.c:49
AutoTestFixture
Определения
AutoTestFixture.c:2
AutotestConfigHandler::LoadData
static bool LoadData(string path)
Определения
AutotestConfigHandler.c:5
AutotestConfigHandler::GetSuites
static set< string > GetSuites()
Определения
AutotestConfigHandler.c:17
AutotestConfigHandler::m_Data
static ref AutotestConfigJson m_Data
Определения
AutotestConfigHandler.c:3
AutotestConfigHandler
Определения
AutotestConfigHandler.c:2
AutotestConfigJson
Определения
AutotestConfigJson.c:2
Ishodniki
scripts
3_Game
Autotest
AutotestConfigHandler.c
Создано системой
1.13.2