![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Static Protected Member Functions | |
| static void | DebugPrintSuites () |
| Prints test suites and their test case state. | |
| static void | Begin (SCR_AutotestGroup testGroup, bool autorun=false, bool verboseLog=false) |
| Configures the test runner to execute only the test suites present in the specified test group and initializes required structures. | |
| static void | Begin (notnull SCR_AutotestSuiteBase testSuite, bool autorun=false, bool verboseLog=false) |
| Configures the test runner to execute single test suite and initializes required structures. | |
| static void | Begin (notnull SCR_AutotestCaseBase testCase, bool autorun=false, bool verboseLog=false) |
| Configures the test runner to execute single test case and initializes required structures. | |
Static Protected Attributes | |
| static ref SCR_AutotestReport | s_Report |
| static ref SCR_AutotestPrinter | s_Logger |
| static TestBase | s_ActiveTestCase |
| static bool | s_bIsRunning = false |
| static bool | s_bOpenLogAfterRun = false |
| static bool | s_bOpenDialogAfterRun = false |
| static bool | s_bCloseGameAfterRun = true |
SCR_AutotestHarness is a thin wrapper around TestHarness, responsible for test instantiation and execution.
Definition at line 23 of file SCR_AutotestHarness.c.
|
inlinestaticprotected |
Configures the test runner to execute single test case and initializes required structures.
Definition at line 84 of file SCR_AutotestHarness.c.
|
inlinestaticprotected |
Configures the test runner to execute single test suite and initializes required structures.
Definition at line 71 of file SCR_AutotestHarness.c.
|
inlinestaticprotected |
Configures the test runner to execute only the test suites present in the specified test group and initializes required structures.
Definition at line 57 of file SCR_AutotestHarness.c.
|
inlinestaticprotected |
Prints test suites and their test case state.
Definition at line 37 of file SCR_AutotestHarness.c.
|
staticprotected |
Definition at line 28 of file SCR_AutotestHarness.c.
Definition at line 33 of file SCR_AutotestHarness.c.
|
staticprotected |
Definition at line 30 of file SCR_AutotestHarness.c.
|
staticprotected |
Definition at line 32 of file SCR_AutotestHarness.c.
|
staticprotected |
Definition at line 31 of file SCR_AutotestHarness.c.
|
staticprotected |
Definition at line 26 of file SCR_AutotestHarness.c.
|
staticprotected |
Definition at line 25 of file SCR_AutotestHarness.c.