Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AutotestPlugin Interface Reference
Inheritance diagram for SCR_AutotestPlugin:

Public Member Functions

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.
 

Static Public Member Functions

static bool GetCursorClassAndMethodNames (out string className, out string methodName)
 

Public Attributes

bool m_bOpenDialogAfterRun
 
bool m_bOpenLogAfterRun
 
bool m_bVerboseLog
 
bool m_bCloseGameAfterRun
 

Protected Member Functions

void RunTestSuite (string testSuiteClass)
 
void RunTestCase (string testCaseClass, bool gui)
 

Member Function Documentation

◆ 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()

void SCR_AutotestPlugin.RunConfig ( notnull SCR_AutotestGroup testGroupConfig)

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

Member Data Documentation

◆ 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: