Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
autotestconfighandler.c
Go to the documentation of this file.
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
}
AutoTestFixture
Definition
autotestfixture.c:2
AutoTestFixture::LogRPT
static void LogRPT(string message)
Definition
autotestfixture.c:49
AutotestConfigHandler
Definition
autotestconfighandler.c:2
AutotestConfigHandler::LoadData
static bool LoadData(string path)
Definition
autotestconfighandler.c:5
AutotestConfigHandler::m_Data
static ref AutotestConfigJson m_Data
Definition
autotestconfighandler.c:3
AutotestConfigHandler::GetSuites
static set< string > GetSuites()
Definition
autotestconfighandler.c:17
AutotestConfigJson
Definition
autotestconfigjson.c:2
path
string path
Definition
optionselectormultistate.c:142
Games
Dayz
scripts
3_game
autotest
autotestconfighandler.c
Generated by
1.17.0