Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AutotestReport Interface Reference

Public Member Functions

void CollectResults ()
 
void WriteJUnitXML ()
 
void WriteFailedList ()
 
void OpenDialog ()
 
void ButtonOpenLog ()
 

Protected Member Functions

void SetJUnit (string xml)
 
void SetFailed ()
 
void FillFailed ()
 
void FillDialog ()
 

Protected Attributes

string m_sJUnitXml
 
ref set< TestBase > m_aFailedTests = new set<TestBase>()
 
bool m_bIsFailure
 
string m_sDialogText
 

Static Protected Attributes

static const string JUNIT_PATH = "$logs:/junit.xml"
 
static const string FAILED_LIST_PATH = "$logs:/autotest_failed.log"
 

Member Function Documentation

◆ ButtonOpenLog()

void SCR_AutotestReport.ButtonOpenLog ( )

◆ CollectResults()

void SCR_AutotestReport.CollectResults ( )

◆ FillDialog()

void SCR_AutotestReport.FillDialog ( )
protected

◆ FillFailed()

void SCR_AutotestReport.FillFailed ( )
protected

◆ OpenDialog()

void SCR_AutotestReport.OpenDialog ( )

◆ SetFailed()

void SCR_AutotestReport.SetFailed ( )
protected

◆ SetJUnit()

void SCR_AutotestReport.SetJUnit ( string xml)
protected

◆ WriteFailedList()

void SCR_AutotestReport.WriteFailedList ( )

◆ WriteJUnitXML()

void SCR_AutotestReport.WriteJUnitXML ( )

Member Data Documentation

◆ FAILED_LIST_PATH

const string SCR_AutotestReport.FAILED_LIST_PATH = "$logs:/autotest_failed.log"
staticprotected

◆ JUNIT_PATH

const string SCR_AutotestReport.JUNIT_PATH = "$logs:/junit.xml"
staticprotected

◆ m_aFailedTests

ref set<TestBase> SCR_AutotestReport.m_aFailedTests = new set<TestBase>()
protected

◆ m_bIsFailure

bool SCR_AutotestReport.m_bIsFailure
protected

◆ m_sDialogText

string SCR_AutotestReport.m_sDialogText
protected

◆ m_sJUnitXml

string SCR_AutotestReport.m_sJUnitXml
protected

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