PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
AutoTestFixture Class Reference

Static Private Member Functions

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

Static Private Attributes

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

Member Function Documentation

◆ GetWorldName()

static string GetWorldName ( )
inlinestaticprivate

References m_WorldName.

◆ LogRPT()

static void LogRPT ( string  message)
inlinestaticprivate

◆ SaveXMLReport()

static bool SaveXMLReport ( string  data,
out string  errorMessage 
)
inlinestaticprivate

◆ SetWorldName()

static void SetWorldName ( )
inlinestaticprivate

◆ SpawnEntityAI()

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

References ECE_PLACE_ON_SURFACE, and g_Game.

Field Documentation

◆ DATETIME_FORMAT

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

Referenced by SaveXMLReport().

◆ m_WorldName

private string m_WorldName
staticprivate

Referenced by GetWorldName(), and SetWorldName().

◆ REPORT_FILE_NAME_TEMPLATE

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

Referenced by SaveXMLReport().


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