Loading...
Searching...
No Matches
SCR_TestRunner Interface Reference

Class responsible for running the game test suites. More...

Public Member Functions

void OnUpdate (notnull Game game)
 
void Abort (notnull Game game)
 

Static Public Member Functions

static bool ShouldCreate ()
 

Detailed Description

Class responsible for running the game 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

GUI usage: SCR_AutotestTool SCR_AutotestPlugin

Member Function Documentation

◆ Abort()

void SCR_TestRunner.Abort ( notnull Game game)

◆ OnUpdate()

void SCR_TestRunner.OnUpdate ( notnull Game game)

◆ ShouldCreate()

static bool SCR_TestRunner.ShouldCreate ( )
static

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