Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AutotestRunnerCore Interface Reference

Game core responsible for running the gameplay test suites. More...

Inheritance diagram for SCR_AutotestRunnerCore:

Public Member Functions

override bool CanCreate ()
 
override void OnUpdate (float timeSlice)
 

Detailed Description

Game core responsible for running the gameplay test suites.

Tests can be started by passing the -autotest parameter, the runner supports SCR_AutotestGroup configs, test suite class names and test case class names. CLI examples: -autotest "{6AB9C8EEE9A651B5}" -autotest Example1SubjectTestSuite -autotest Example1Subject_GetFive_ReturnsFive

Member Function Documentation

◆ CanCreate()

override bool SCR_AutotestRunnerCore.CanCreate ( )

◆ OnUpdate()

override void SCR_AutotestRunnerCore.OnUpdate ( float timeSlice)

The documentation for this interface was generated from the following file: