Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Script Testing Framework

Classes

class  TestBase
 Test base class. More...
class  TestHarness
 Collection of suites and main interface of the Testing framework. More...
class  TestResultBase
class  TestResultTimeout
class  TestSuite
 Collection of tests. Provides API for environment preparation. More...
class  Test
 Attribute used for tests annotation and assignment to Suites. More...
class  TestStep
 Attribute which marks a method as part of the testing process. More...

Enumerations

enum  TestStage {
  Setup , Main , TearDown , Setup ,
  Main , TearDown
}
 Stage definition used in conjunction with TestStep attribute. More...
enum  TestStage {
  Setup , Main , TearDown , Setup ,
  Main , TearDown
}

Variables

class Test EStage
class TestStep Step

Detailed Description

For framework description, see Script Testing Framework.

Enumeration Type Documentation

◆ TestStage [1/2]

enum TestStage

Stage definition used in conjunction with TestStep attribute.

Enumerator
Setup 
Main 
TearDown 
Setup 
Main 
TearDown 

Definition at line 13 of file TestStage.c.

◆ TestStage [2/2]

enum TestStage
Enumerator
Setup 
Main 
TearDown 
Setup 
Main 
TearDown 

Definition at line 13 of file TestStage.c.

Variable Documentation

◆ EStage

class Test EStage
Deprecated
Use TestStage instead.

◆ Step

class TestStep Step
Deprecated
Use TestStep instead.