Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
AutoTestFixture Class Reference

Static Private Member Functions

static string GetWorldName ()
static void LogRPT (string message)
static bool SaveXMLReport (string data, out string errorMessage)
static void SetWorldName ()
static EntityAI SpawnEntityAI (string typeName, int flags=ECE_PLACE_ON_SURFACE)

Static Private Attributes

static const string DATETIME_FORMAT = "%1%2%3T%4%5%6Z"
static string m_WorldName
static const string REPORT_FILE_NAME_TEMPLATE = "$mission:Autotest_%1.xml"

Detailed Description

Definition at line 1 of file autotestfixture.c.

Member Function Documentation

◆ GetWorldName()

string GetWorldName ( )
inlinestaticprivate

Definition at line 44 of file autotestfixture.c.

References m_WorldName.

◆ LogRPT()

void LogRPT ( string message)
inlinestaticprivate

◆ SaveXMLReport()

bool SaveXMLReport ( string data,
out string errorMessage )
inlinestaticprivate

◆ SetWorldName()

void SetWorldName ( )
inlinestaticprivate

Definition at line 35 of file autotestfixture.c.

References g_Game, m_WorldName, and string::ToLower().

Referenced by AutotestRunner::Start().

◆ SpawnEntityAI()

EntityAI SpawnEntityAI ( string typeName,
int flags = ECE_PLACE_ON_SURFACE )
inlinestaticprivate

Definition at line 29 of file autotestfixture.c.

References ECE_PLACE_ON_SURFACE, and g_Game.

Field Documentation

◆ DATETIME_FORMAT

const string DATETIME_FORMAT = "%1%2%3T%4%5%6Z"
staticprivate

Definition at line 4 of file autotestfixture.c.

Referenced by SaveXMLReport().

◆ m_WorldName

string m_WorldName
staticprivate

Definition at line 6 of file autotestfixture.c.

Referenced by GetWorldName(), and SetWorldName().

◆ REPORT_FILE_NAME_TEMPLATE

const string REPORT_FILE_NAME_TEMPLATE = "$mission:Autotest_%1.xml"
staticprivate

Definition at line 3 of file autotestfixture.c.

Referenced by SaveXMLReport().


The documentation for this class was generated from the following file: