Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AutotestReport Class Reference

Protected Member Functions

void CollectResults ()
void WriteJUnitXML ()
void WriteFailedList ()
void SetJUnit (string xml)
void SetFailed ()
void FillFailed ()

Protected Attributes

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

Static Protected Attributes

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

Detailed Description

Definition at line 2 of file SCR_AutotestReport.c.

Member Function Documentation

◆ CollectResults()

void SCR_AutotestReport::CollectResults ( )
inlineprotected

Definition at line 15 of file SCR_AutotestReport.c.

◆ FillFailed()

void SCR_AutotestReport::FillFailed ( )
inlineprotected

Definition at line 59 of file SCR_AutotestReport.c.

◆ SetFailed()

void SCR_AutotestReport::SetFailed ( )
inlineprotected

Definition at line 53 of file SCR_AutotestReport.c.

◆ SetJUnit()

void SCR_AutotestReport::SetJUnit ( string xml)
inlineprotected

Definition at line 48 of file SCR_AutotestReport.c.

◆ WriteFailedList()

void SCR_AutotestReport::WriteFailedList ( )
inlineprotected

Definition at line 34 of file SCR_AutotestReport.c.

◆ WriteJUnitXML()

void SCR_AutotestReport::WriteJUnitXML ( )
inlineprotected

Definition at line 24 of file SCR_AutotestReport.c.

Member Data Documentation

◆ FAILED_LIST_PATH

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

Definition at line 5 of file SCR_AutotestReport.c.

◆ JUNIT_PATH

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

Definition at line 4 of file SCR_AutotestReport.c.

◆ m_aFailedTests

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

Definition at line 8 of file SCR_AutotestReport.c.

◆ m_bIsFailure

bool SCR_AutotestReport::m_bIsFailure
protected

Definition at line 9 of file SCR_AutotestReport.c.

◆ m_sJUnitXml

string SCR_AutotestReport::m_sJUnitXml
protected

Definition at line 7 of file SCR_AutotestReport.c.


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