![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| string | GetFailureReason () |
| Plain failure text. | |
| override bool | Failure () |
| override string | FailureText () |
| Text used for xml report output. | |
Static Protected Member Functions | |
| static SCR_AutotestResult | AsSuccess () |
| static SCR_AutotestResult | AsFailure (string reason, string param1="", string param2="", string param3="") |
Protected Attributes | |
| bool | m_bIsSuccess |
| string | m_sFailureReason |
Game test result.
Definition at line 4 of file SCR_AutotestResult.c.
|
inlinestaticprotected |
Create new result indicating that the test failed.
| [in] | reason | Reason for the failure, supports string interpolation. |
| [in] | param1 | String param |
| [in] | param2 | String param |
| [in] | param3 | String param |
Definition at line 25 of file SCR_AutotestResult.c.
|
inlinestaticprotected |
Create new result indicating that the test succeeded.
Definition at line 12 of file SCR_AutotestResult.c.
|
inlineprotected |
|
inlineprotected |
Text used for xml report output.
Definition at line 48 of file SCR_AutotestResult.c.
|
inlineprotected |
Plain failure text.
Definition at line 33 of file SCR_AutotestResult.c.
|
protected |
Definition at line 6 of file SCR_AutotestResult.c.
|
protected |
Definition at line 7 of file SCR_AutotestResult.c.