![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | CollectResults () |
| void | WriteJUnitXML () |
| void | WriteFailedList () |
| void | SetJUnit (string xml) |
| void | SetFailed () |
| void | FillFailed () |
Protected Attributes | |
| string | m_sJUnitXml |
| ref set< TestBase > | m_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" |
Definition at line 2 of file SCR_AutotestReport.c.
|
inlineprotected |
Definition at line 15 of file SCR_AutotestReport.c.
|
inlineprotected |
Definition at line 59 of file SCR_AutotestReport.c.
|
inlineprotected |
Definition at line 53 of file SCR_AutotestReport.c.
|
inlineprotected |
Definition at line 48 of file SCR_AutotestReport.c.
|
inlineprotected |
Definition at line 34 of file SCR_AutotestReport.c.
|
inlineprotected |
Definition at line 24 of file SCR_AutotestReport.c.
|
staticprotected |
Definition at line 5 of file SCR_AutotestReport.c.
|
staticprotected |
Definition at line 4 of file SCR_AutotestReport.c.
Definition at line 8 of file SCR_AutotestReport.c.
|
protected |
Definition at line 9 of file SCR_AutotestReport.c.
|
protected |
Definition at line 7 of file SCR_AutotestReport.c.