|
| override void | Run () |
| |
| override void | Configure () |
| | Shows plugin configuration dialog.
|
| |
| void | RunConfig (notnull SCR_AutotestGroup testGroupConfig) |
| | Run tests by providing test group config.
|
| |
| void | RunClassName (string className, bool gui=false) |
| | Run tests by providing test suite or test case class name.
|
| |
◆ Configure()
| override void SCR_AutotestPlugin.Configure |
( |
| ) |
|
Shows plugin configuration dialog.
◆ GetCursorClassAndMethodNames()
| static bool SCR_AutotestPlugin.GetCursorClassAndMethodNames |
( |
out string | className, |
|
|
out string | methodName ) |
|
static |
◆ Run()
| override void SCR_AutotestPlugin.Run |
( |
| ) |
|
◆ RunClassName()
| void SCR_AutotestPlugin.RunClassName |
( |
string | className, |
|
|
bool | gui = false ) |
Run tests by providing test suite or test case class name.
◆ RunConfig()
Run tests by providing test group config.
◆ RunTestCase()
| void SCR_AutotestPlugin.RunTestCase |
( |
string | testCaseClass, |
|
|
bool | gui ) |
|
protected |
◆ RunTestSuite()
| void SCR_AutotestPlugin.RunTestSuite |
( |
string | testSuiteClass | ) |
|
|
protected |
◆ m_bCloseGameAfterRun
| bool SCR_AutotestPlugin.m_bCloseGameAfterRun |
◆ m_bOpenDialogAfterRun
| bool SCR_AutotestPlugin.m_bOpenDialogAfterRun |
◆ m_bOpenLogAfterRun
| bool SCR_AutotestPlugin.m_bOpenLogAfterRun |
◆ m_bVerboseLog
| bool SCR_AutotestPlugin.m_bVerboseLog |
The documentation for this interface was generated from the following file:
- WorkbenchGame/Tests/SCR_AutotestPlugin.c