Dayz Explorer
1.28.160049
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
AutotestConfigHandler
Definition
autotestconfighandler.c:2
AutotestConfigJson
Definition
autotestconfigjson.c:2
path
string path
Definition
optionselectormultistate.c:142
m_Data
string m_Data
Definition
universaltemperaturesource.c:257
Daten
3_game
autotest
autotestconfighandler.c
Generated by
1.12.0