|
Arma Reforger Script API
|
Collection of game tests. More...
Public Member Functions | |
| ResourceName | GetWorldFile () |
| Override in your user test suites to specify the world the test will run in. | |
| void | Print (string msg, LogLevel level=LogLevel.NORMAL) |
| Prints content of variable to console/log and autotest/log. | |
| void | PrintFormat (string fmt, string param1="", string param2="", string param3="", LogLevel level=LogLevel.NORMAL) |
| Prints formated text to console/log and autotest/log. | |
| bool | ShouldSkipInGroup () |
Protected Attributes | |
| bool | m_bEnabled |
Collection of game tests.
Ensures the world is loaded before tests will run. Provides integration with test specific logger for improved output.
| ResourceName SCR_AutotestSuiteBase.GetWorldFile | ( | ) |
Override in your user test suites to specify the world the test will run in.
Implemented in SCR_TEST_Example1SubjectSuite.
| void SCR_AutotestSuiteBase.Print | ( | string | msg, |
| LogLevel | level = LogLevel::NORMAL ) |
Prints content of variable to console/log and autotest/log.
Shadows global Print to force the logs to go through SCR_AutotestPrinter.
| void SCR_AutotestSuiteBase.PrintFormat | ( | string | fmt, |
| string | param1 = "", | ||
| string | param2 = "", | ||
| string | param3 = "", | ||
| LogLevel | level = LogLevel::NORMAL ) |
Prints formated text to console/log and autotest/log.
Shadows global PrintFormat to force the logs to go through SCR_AutotestPrinter.
| bool SCR_AutotestSuiteBase.ShouldSkipInGroup | ( | ) |
|
protected |